-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "versioning-manager",
"version": "1.0.17",
"description": "Versioning manager is a helper to increment version on iOS and Android in Flutter or ReactNative projects",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"bin": {
"vm": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chramos/versioning-manager.git"
},
"keywords": [
"react-native",
"flutter",
"increment-version",
"version"
],
"author": "chramos",
"license": "MIT",
"bugs": {
"url": "https://github.com/chramos/versioning-manager/issues"
},
"homepage": "https://github.com/chramos/versioning-manager#readme",
"dependencies": {
"chalk": "4.1.2",
"fs": "^0.0.1-security",
"glob": "^8.1.0",
"path": "^0.12.7",
"yargs": "^17.6.2"
},
"devDependencies": {
"assert": "^2.0.0",
"babel-loader": "^9.1.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
}
}