forked from laverdet/xxscreeps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "xxscreeps",
"version": "0.0.6",
"type": "module",
"license": "ISC",
"repository": "https://github.com/laverdet/xxscreeps",
"scripts": {
"build": "tsc",
"eslint": "eslint --max-warnings 0 $(git ls-files '*.ts' '*.tsx')",
"test": "xxscreeps test",
"watch": "tsc -w"
},
"bin": {
"xxscreeps": "./bin/xxscreeps.js"
},
"engines": {
"node": ">=16.0.0"
},
"exports": {
"./config/mods/import/*": "./dist/config/mods.static/*",
"./*": "./dist/*"
},
"dependencies": {
"@babel/core": "7.15.0",
"@screeps/launcher": "4.1.0",
"@types/argparse": "~2.0.10",
"@types/babel__core": "~7.1.15",
"@types/etag": "~1.8.1",
"@types/js-yaml": "~4.0.3",
"@types/koa": "~2.13.4",
"@types/koa-bodyparser": "~4.3.3",
"@types/koa-conditional-get": "~2.0.0",
"@types/koa-passport": "~4.0.2",
"@types/koa-router": "~7.4.4",
"@types/lodash": "~4.14.172",
"@types/lokijs": "~1.5.6",
"@types/node": "~16.7.8",
"@types/node-fetch": "~2.5.12",
"@types/openid": "~2.0.2",
"@types/passport-steam": "~1.0.1",
"@types/pngjs": "~6.0.1",
"@types/sockjs": "~0.3.33",
"@types/source-map-support": "~0.5.4",
"@xxscreeps/path-finder": "file:src/driver/path-finder",
"acorn": "8.4.1",
"acorn-class-fields": "1.0.0",
"acorn-private-methods": "1.0.0",
"argparse": "2.0.1",
"babel-loader": "8.2.2",
"etag": "1.8.1",
"isolated-vm": "4.3.5",
"ivm-inspect": "2.0.1",
"js-base64": "3.6.1",
"js-yaml": "4.1.0",
"json-schema": "0.3.0",
"koa": "2.13.1",
"koa-bodyparser": "4.3.0",
"koa-conditional-get": "3.0.0",
"koa-passport": "4.1.4",
"koa-router": "10.1.1",
"lodash": "3.10.1",
"lokijs": "1.5.12",
"nan": "2.15.0",
"node-fetch": "3.0.0",
"passport-steam": "1.0.15",
"path-browserify": "1.0.1",
"pngjs": "6.0.0",
"sockjs": "0.3.21",
"source-map-loader": "3.0.0",
"source-map-support": "0.5.19",
"stream-to-promise": "3.0.0",
"tslib": "2.3.1",
"typescript": "4.4.2",
"webpack": "5.51.1"
},
"devDependencies": {
"@laverdet/eslint-config": "github:laverdet/eslint-config#a12fa0a782425b584992fc937eb0db43642b560a",
"@typescript-eslint/eslint-plugin": "~4.30.0",
"@typescript-eslint/parser": "~4.30.0",
"eslint": "~7.32.0",
"typescript-json-schema": "0.50.1",
"xxscreeps": "."
}
}