-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 994 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": "version-updater",
"version": "5.7.11",
"description": "Automatically replace version numbers in your projects",
"author": "CK <cerealkillerway@gmail.com>",
"type": "module",
"bin": {
"version": "lib/version.js"
},
"main": "./lib/version.js",
"preferGlobal": true,
"keywords": [
"version",
"version update",
"version manager"
],
"repository": {
"type": "git",
"url": "git://github.com/Cerealkillerway/versionUpdater.git"
},
"maintainers": [
"CK <cerealkillerway@gmail.com>"
],
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0"
},
"licence": "MIT",
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/Cerealkillerway/versionUpdater/issues"
},
"homepage": "https://github.com/Cerealkillerway/versionUpdater",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"readmeFilename": "README.md"
}