-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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-rl",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.3",
"license": "ISC",
"repository": "https://github.com/CarsonBurke/screeps-rl",
"scripts": {
"build": "tsc -b",
"eslint": "eslint --max-warnings 0 $(git ls-files '*.ts' '*.tsx')",
"test": "npx xxscreeps test",
"watch": "tsc -b -w"
},
"dependencies": {
"@xxscreeps/client": "workspace:*",
"@xxscreeps/redis": "workspace:*",
"xxscreeps": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/screeps": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.32.0",
"typescript": "^6.0.3",
"typescript-json-schema": "0.67.1"
},
"pnpm": {
"patchedDependencies": {
"lodash-es": "patches/lodash-es.patch"
},
"onlyBuiltDependencies": [
"@xxscreeps/pathfinder",
"isolated-vm",
"ivm-inspect"
]
}
}