-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 900 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
{
"name": "win-jenv",
"version": "1.0.5",
"description": "windows java path setting",
"main": "./lib/index.js",
"bin": {
"win-jenv": "bin/win-jenv.js"
},
"scripts": {
"start": "node bin/win-jenv.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"deployee": "npm run build\nnpm publish"
},
"keywords": [
"win-jenv",
"jenv",
"windows-java"
],
"author": "heekng",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.17.8",
"chalk": "^4.1.2",
"commander": "^9.1.0",
"fs-extra": "^10.0.1",
"jest": "^27.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Heekng/win-jenv.git"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11"
}
}