-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 974 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
43
44
{
"name": "ru-codes",
"version": "1.0.6",
"description": "Проверка и генерация ИНН, КПП и т. п.",
"main": "index.js",
"files": ["/lib", "/badges"],
"scripts": {
"test": "jest",
"test-ci": "jest --ci --coverage"
},
"jest": {
"collectCoverageFrom": [
"index.js",
"lib/**/*.js"
],
"coverageReporters": ["clover", "json", "lcov", "text", "json-summary"],
"verbose": false,
"testPathIgnorePatterns": [
"/node_modules/",
"/__tests__/data",
"/__tests__/lib"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/do-/node-ru-codes.git"
},
"keywords": [
"ИНН",
"КПП",
"ОГРН",
"СНИЛС",
"ОКПО"
],
"author": "Dmitry Ovsyanko",
"license": "MIT",
"bugs": {
"url": "https://github.com/do-/node-ru-codes/issues"
},
"devDependencies": {
"jest": "^29.3.1"
},
"homepage": "https://github.com/do-/node-ru-codes#readme"
}