-
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) · 1001 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1001 Bytes
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": "@bgforge/iets",
"version": "0.5.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./bg2": "./src/bg2/index.ts"
},
"files": ["src"],
"scripts": {
"lint": "eslint scripts/",
"typecheck": "tsc --noEmit && tsc --noEmit -p src/tsconfig.json",
"ts-update": "tsx scripts/ts-update.ts external/iesdp/_data/actions src/bg2/actions.d.ts external/iesdp/scripting/triggers/bg2triggers.htm src/bg2/triggers.d.ts",
"test": "vitest run"
},
"keywords": [
"Infinity Engine",
"Baldur's Gate",
"WeiDU"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BGforgeNet/iets"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.19.3",
"@types/yargs": "^17.0.35",
"eslint": "^9.39.2",
"js-yaml": "^4.1.1",
"jsdom": "^25.0.1",
"tsx": "^4.21.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.54.0",
"vitest": "^4.0.18",
"yargs": "^17.7.2"
}
}