-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 KB
/
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
45
46
47
48
49
50
51
52
53
{
"name": "extra-npm",
"version": "3.1.0",
"description": "Common utility commands for npm packages.",
"preferGlobal": true,
"main": "index.sh",
"bin": {
"enpm": "index.sh",
"extra-npm": "index.sh"
},
"scripts": {
"test": "exit",
"deploy": "node ./build.js && ebuild github+publish --publishMin=false --publishBranch=false"
},
"keywords": [
"cli",
"terminal",
"console",
"extra",
"npm"
],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-npm.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-npm/issues"
},
"homepage": "https://github.com/nodef/extra-npm#readme",
"devDependencies": {
"extra-build": "^2.3.0",
"html-entities": "^2.5.2",
"markdown-to-text": "^0.1.1"
},
"dependencies": {
"dot-prop": "^7.2.0",
"extra-boolean": "^1.11.0",
"got": "^12.6.1",
"kleur": "^4.1.5",
"list-npm-contents": "^1.0.2",
"npm-package-stars": "^1.0.0",
"npm-package-versions": "^1.0.1",
"npm-user-validate": "^2.0.1",
"npm-which": "^3.0.1",
"package-json": "^8.1.1",
"promptly": "^3.2.0",
"semver": "^7.6.3",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^5.0.1"
}
}