-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
44
45
46
47
48
{
"name": "js-xcmd",
"version": "1.5.16",
"description": "XCmd library for node.js.",
"main": "main.js",
"bin": {
"xcmd": "bin/xcmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bind": "npm link",
"unbind": "npm unlink",
"i:local": " npm i -g js-xcmd ../js-xcmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biugle/js-xcmd.git"
},
"keywords": [
"cmd",
"xcmd",
"js-xcmd"
],
"author": "leohe",
"publisher": "[email protected]",
"blog": "http://a.biugle.cn",
"license": "ISC",
"bugs": {
"url": "https://github.com/biugle/js-xcmd/issues"
},
"homepage": "https://github.com/biugle/js-xcmd#readme",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.2",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/traverse": "^7.25.9",
"axios": "^1.7.7",
"commander": "^9.2.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0",
"node-cmd": "^5.0.0",
"rimraf": "^5.0.5",
"unzipper": "^0.12.3",
"xlsx": "^0.18.5"
},
"time": "2717021815012024"
}