-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (31 loc) · 835 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
{
"name": "moy-nalog",
"version": "1.0.6",
"description": "Обёртка для API сервиса lknpd.nalog.ru",
"main": "index.js",
"scripts": {
"docs": "npx jsdoc-to-markdown ./index.js > docs/nalogAPIClass.md",
"test": "node tests/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexstep/moy-nalog.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexstep/moy-nalog/issues"
},
"homepage": "https://github.com/alexstep/moy-nalog#readme",
"dependencies": {
"cross-fetch": "^3.1.5"
},
"optionalDependencies": {
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
}