-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1005 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
43
44
{
"name": "enmav",
"version": "0.7.12",
"main": "pub/src/index.js",
"scripts": {
"build": "rm -rf && tsc",
"build:tsc": "rm -rf pub && node vupd.js && tsc"
},
"bin": {
"enmav": "pub/src/bin/cli.js"
},
"files": [
"pub",
"package.json",
"license.md",
"README.md"
],
"keywords": [
"versioning",
"auto versioning",
"npm versioning",
"package versioning",
"version updater",
"semantic versioning"
],
"author": "permaficus<abukhalif2019@gmail.com>",
"license": "MIT",
"description": "enMAV is an auto version updater each time you build your JS or TS Project",
"repository": {
"type": "git",
"url": "git+https://github.com/permaficus/enmav.git"
},
"bugs": {
"url": "https://github.com/permaficus/enmav/issues"
},
"homepage": "https://github.com/permaficus/enmav#readme",
"dependencies": {
"commander": "^12.1.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "^20.14.0"
}
}