-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 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
{
"type": "module",
"name": "@satisfactory-dev/docs.json.ts",
"description": "TypeScript mappings for the Docs.json file that ships with Satisfactory",
"license": "Apache-2.0",
"keywords": [
"satisfactory",
"Docs.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/satisfactory-dev/Docs.json.ts.git"
},
"funding": "https://github.com/satisfactory-dev/Docs.json.ts?sponsor=1",
"scripts": {
"test": "ts-node ./tests.ts",
"generate": "ts-node ./generate-typescript-types.ts",
"validate": "ts-node validate-Docs.ts",
"validate--version-1": "ts-node validate-Docs--1.0.ts"
},
"devDependencies": {
"@satisfactory-dev/custom-assert": "^0.2.3",
"@signpostmarv/eslint-config": "^0.2.0",
"@signpostmarv/setup-performance-observer": "^0.1.3",
"@signpostmarv/ts-assert": "^0.3.1",
"@types/eslint": "^9.6.1",
"@types/node": "^20.11.20",
"c8": "^10.1.2",
"ts-node": "^10.9.2"
},
"dependencies": {
"@satisfactory-dev/ajv-utilities": "^0.1.1",
"@satisfactory-dev/predicates.ts": "^0.1.1",
"ajv": "^8.12.0",
"eslint": "^9.9.1",
"glob": "^10.3.10",
"prettier": "~3.3.2",
"typescript": "~5.5.2",
"typescript-eslint": "^8.2.0"
}
}