-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 1.16 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": "screeps-steamless-client",
"type": "module",
"version": "1.2.1",
"bin": "dist/index.js",
"scripts": {
"eslint": "eslint $(git ls-files '*.ts' '*.tsx')",
"prepare": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laverdet/screeps-steamless-client.git"
},
"author": "https://github.com/laverdet/",
"license": "ISC",
"bugs": {
"url": "https://github.com/laverdet/screeps-steamless-client/issues"
},
"homepage": "https://github.com/laverdet/screeps-steamless-client#readme",
"devDependencies": {
"@laverdet/eslint-config": "github:laverdet/eslint-config#a12fa0a782425b584992fc937eb0db43642b560a",
"@types/argparse": "2.0.10",
"@types/http-proxy": "1.17.7",
"@types/js-beautify": "1.13.2",
"@types/koa": "2.13.4",
"@types/koa-conditional-get": "2.0.0",
"@types/node": "16.4.13",
"@types/node-fetch": "2.5.12",
"typescript": "4.3.5"
},
"dependencies": {
"argparse": "2.0.1",
"http-proxy": "1.18.1",
"js-beautify": "1.14.0",
"jszip": "3.7.1",
"koa": "2.13.1",
"koa-conditional-get": "3.0.0",
"node-fetch": "2.6.1"
}
}