-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "gawain",
"version": "0.0.2",
"description": "lightweight crossplatform desktop application framework",
"bin": "src/cli/entrypoint.mjs",
"dependencies": {
"archiver": "^3.1.1",
"cpx": "^1.5.0",
"make-dir": "^3.0.0",
"quickjs-static": "0.190918.3",
"request": "^2.88.0",
"rollup": "^1.23.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tar": "^5.0.5",
"tslib": "*",
"typescript": "*",
"yargs": "^14.0.0"
},
"devDependencies": {
"@types/archiver": "^3.0.0",
"@types/cpx": "^1.5.0",
"@types/request": "^2.48.3",
"@types/tar": "^4.0.3",
"@types/yargs": "^13.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindenbark/gawain.git"
},
"author": "JongChan Choi",
"license": "MIT",
"bugs": {
"url": "https://github.com/lindenbark/gawain/issues"
},
"homepage": "https://github.com/lindenbark/gawain#readme"
}