-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "fade",
"version": "0.0.1",
"description": "A project which everyone can make linux package easily.",
"main": "dist/",
"dependencies": {
"buffer-server": "^1.2.1",
"minimist": "^1.2.6",
"node-rsa": "^1.1.1",
"readline-sync": "^1.4.10",
"recursive-copy": "^2.0.10",
"rimraf": "^3.0.2",
"tar-fs": "^2.1.0",
"tar-stream": "^2.1.4",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node-rsa": "^1.0.0",
"@types/readline-sync": "^1.4.3",
"@types/rimraf": "^3.0.0",
"@types/tar-fs": "^2.0.0",
"@types/tar-stream": "^2.1.0",
"@types/tmp": "^0.2.0"
},
"scripts": {
"start": "tsc && node dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fade-project/fade.git"
},
"author": "ldmsys",
"license": "MIT",
"bugs": {
"url": "https://github.com/fade-project/fade/issues"
},
"homepage": "https://github.com/fade-project/fade#readme",
"bin": {
"app": "dist/index.js"
}
}