-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "@alfa-code/dependency-aging-index",
"version": "1.0.6",
"description": "Dependency aging index",
"bin": {
"dai": "./cli.js",
"patch": "npm version patch"
},
"scripts": {
"test": "exit 0",
"build": "exit 0",
"deploy": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alfa-code/dependency-aging-index.git"
},
"author": "hydrock@yandex.ru",
"license": "GNU GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/alfa-code/dependency-aging-index/issues"
},
"homepage": "https://github.com/alfa-code/dependency-aging-index#readme",
"dependencies": {
"axios": "^0.21.1",
"inquirer": "^8.1.0",
"semver": "^7.3.5",
"valid-url": "^1.0.9"
}
}