-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "gma-tools",
"version": "0.2.1",
"description": "a feature rich utility for MA3/2 to allow operators to take advantage of LUA easily.",
"types": "types.d.ts",
"scripts": {
"build": "tstl && node build.js",
"dev": "tstl --watch",
"lint:check": "prettier --check **/*.{ts,d.ts}",
"lint:fix": "prettier --write **/*.{ts,d.ts}"
},
"prettier": {
"printWidth": 100,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/LightYourWay/pma.git"
},
"author": "Lukas Runge",
"license": "MIT",
"bugs": {
"url": "https://github.com/LightYourWay/pma/issues"
},
"homepage": "https://github.com/LightYourWay/pma#readme",
"devDependencies": {
"grandma3-tstl-plugin": "^0.2.2",
"grandma3-types": "^0.4.0",
"lua-types": "^2.8.0",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"typescript-to-lua": "^0.38.0"
}
}