-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 855 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
{
"name": "@christianidas/version",
"version": "0.1.0",
"description": "Scripts to version npm projects",
"main": "index.js",
"bin": {
"version": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianidas/version.git"
},
"keywords": [
"npm",
"version",
"capacitor"
],
"author": "christian.a.baird@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/christianidas/version/issues"
},
"homepage": "https://github.com/christianidas/version#readme",
"dependencies": {
"replace-in-file": "^6.3.5",
"semver": "^7.3.7",
"shelljs": "^0.8.5",
"simple-plist": "^1.3.1",
"yargs": "^17.5.1"
},
"devDependencies": {
"@christianidas/version": "file:."
}
}