-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "@ashutosh887/depextract",
"version": "1.4.10",
"description": "Dependency extractor CLI script for package.json",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ashutosh887/depextract.git"
},
"main": "index.js",
"scripts": {
"acp": "git add . && npm run commit && git push",
"commit": "git-cz",
"start": "node .",
"semantic-release": "semantic-release --branches main",
"test": "exit 0"
},
"bin": {
"depextract": "./index.js"
},
"keywords": [
"cli",
"tool",
"npx",
"package.json"
],
"author": "Ashutosh Jha",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashutosh887/depextract/issues"
},
"homepage": "https://github.com/ashutosh887/depextract#readme",
"dependencies": {
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"inquirer": "^9.1.4"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^20.1.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"@ashutosh887:registry": "https://npm.pkg.github.com"
}
}