-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 916 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": "@lad-tech/check-deps-age",
"version": "0.0.6",
"description": "check dependencies age",
"main": "./dist/index.js",
"bin": {
"@lad-tech/check-deps-age": "./dist/cli/index.js"
},
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/lad-tech/check-deps-age"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kirill Lebedev <[email protected]>",
"license": "MIT",
"dependencies": {
"dayjs": "^1.11.3",
"winston": "^3.7.2",
"yargs": "^17.4.1"
},
"devDependencies": {
"@npm/eslint-config": "^0.0.5",
"eslint": "^8.18.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"keywords": [
"lad",
"@lad-tech",
"check",
"dependencies",
"age"
]
}