-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "fs22_example",
"version": "1.0.0",
"description": "",
"main": "./src/main.ts",
"scripts": {
"bundle": "ts-node ./scripts/bundle.ts",
"build": "npm run validate:xml && npm run bundle",
"build:test": "npm run build && npm run game",
"game": "ts-node ./scripts/runGame.ts",
"validate:xml": "ts-node ./scripts/validate.ts"
},
"author": "",
"license": "",
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.10",
"adm-zip": "^0.5.9",
"fast-xml-parser": "^4.0.0-beta.2",
"fs-extra": "^10.0.0",
"lua-types": "^2.10.1",
"luamin": "^1.0.4",
"ts-node": "^10.4.0",
"typescript-to-lua": "^1.2.0"
},
"dependencies": {
"typescript": "^4.5.2"
}
}