forked from BoLaMN/tch-exploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "tch-exploit",
"version": "2.0.1-rc8",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "coffee --no-header --bare --compile --output dist src",
"package": "npm run compile && rm -fr release/* && pkg --out-path release/ .",
"compress": "zip -r -X tch-exploit-win.zip release/tch-exploit-win.exe && zip -r -X tch-exploit-macos.zip release/tch-exploit-macos && zip -r -X tch-exploit-linux.zip release/tch-exploit-linux"
},
"pkg": {
"scripts": "dist/*{,*/}*.js"
},
"author": "BoLaMN",
"license": "MIT",
"description": "",
"dependencies": {
"tftp": "^0.1.2"
}
}