-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ru-validation-codes",
"version": "2.9.0",
"description": "Проверка ИНН/СНИЛС/ОГРН/ОГРНИП/БИК на Javascript",
"main": "index.js",
"scripts": {
"test": "node scripts/test.js"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"<rootDir>/tests/**/*.{js,jsx,mjs}"
]
},
"repository": {
"type": "git",
"url": "git+https://kdmatrosov@github.com/kdmatrosov/validation-codes.git"
},
"keywords": [
"inn",
"ИНН",
"snils",
"СНИЛС",
"ogrn",
"ОГРН",
"СНИЛС",
"ogrnip",
"ОГРНИП",
"bik",
"бик",
"javascript"
],
"author": "Kirill Matrosov",
"license": "ISC",
"bugs": {
"url": "https://github.com/kdmatrosov/validation-codes/issues"
},
"homepage": "https://github.com/kdmatrosov/validation-codes#readme",
"devDependencies": {
"jest": "^27.0.6"
}
}