forked from mh-cbon/aghfabsowecwn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 960 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
{
"name": "@mh-cbon/aghfabsowecwn",
"version": "2.0.4",
"description": "A more complete support of windows elevated commands with Node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch": "npm version patch -m \"patch %s\"",
"minor": "npm version minor -m \"minor %s\"",
"major": "npm version major -m \"major %s\"",
"preversion": "echo \"npm test: not defined\"",
"version": "echo \"npm run build: not defined\"",
"postversion": "git push && git push --tags && npm run public",
"public": "npm publish --access=public"
},
"keywords": [
"windows",
"elevate",
"admin",
"root"
],
"author": "mh-cbon <[email protected]>",
"license": "MIT",
"devDependencies": {
"chalk": "^1.1.3",
"should": "^8.3.1"
},
"dependencies": {
"@mh-cbon/remote-child_process": "^1.0.1",
"debug": "^2.2.0",
"get-port": "^2.1.0"
}
}