-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@asledgehammer/pipewrench",
"version": "41.78.18",
"description": "",
"scripts": {
"patch": "node patch.js",
"build": "tsc",
"extract": "pwm-cli luapath=./pzserver/media/lua outDir=. && npx ts-node scripts/stitch.ts && npm run patch && npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/asledgehammer/PipeWrench.git"
},
"main": "./PipeWrench",
"types": "./PipeWrench",
"files": [
"PipeWrench.d.ts",
"PipeWrench.lua",
"reference.d.ts",
"lua",
"java",
"server.d.ts",
"server.lua",
"client.d.ts",
"client.lua"
],
"keywords": [
"pipewrench",
"projectzomboid",
"project",
"zomboid",
"pz",
"typescript",
"typescripttolua",
"tstl",
"lua"
],
"author": "asledgehammer",
"license": "MIT",
"bugs": {
"url": "https://github.com/asledgehammer/PipeWrench/issues"
},
"homepage": "https://github.com/asledgehammer/PipeWrench#readme",
"devDependencies": {
"@asledgehammer/pipewrench-modeler": "^1.0.13",
"@types/node": "^20.14.9",
"@types/prettier": "^3.0.0",
"lua-types": "^2.12.0",
"nodejs": "^0.0.0",
"prettier": "3.3.2",
"typescript": "^5.5.3"
}
}