-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 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": "fast-outdated",
"version": "6.0.0",
"description": "Fast and Programmatically npm outdated --json implementatin that use pacote to achieve similar result.",
"main": "./index.js",
"scripts": {
"prepublishOnly": "pkg-ok",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fraxken/fast-outdated.git"
},
"keywords": [
"npm",
"outdated",
"json",
"programmatically",
"api",
"fast"
],
"files": [
"index.js",
"index.d.ts"
],
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fraxken/fast-outdated/issues"
},
"homepage": "https://github.com/fraxken/fast-outdated#readme",
"dependencies": {
"pacote": "^18.0.6",
"semver": "^7.6.3"
},
"devDependencies": {
"@nodesecure/eslint-config": "^1.9.0",
"@slimio/is": "^2.0.0",
"eslint": "^8.57.0",
"pkg-ok": "^3.0.0"
}
}