-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 930 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
{
"name": "tsd-template",
"version": "2.1.5",
"description": "A minimalist Defold TypeScript template",
"repository": "github:thejustinwalsh/defold-typescript",
"keywords": [
"typescript",
"lua",
"defold"
],
"author": "Justin Walsh (https://thejustinwalsh.com/)",
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"scripts": {
"resolve": "library resolve",
"build": "tstl",
"lint": "eslint src",
"prettier": "prettier \"./**/*.{yml,json,ts,md,d.ts}\" --write",
"dev": "tstl --watch"
},
"devDependencies": {
"@ts-defold/library": "^0.1.1",
"@ts-defold/tstl-userdata-sugar": "^1.0.1",
"@ts-defold/types": "^1.2.51",
"eslint": "^9.0.0",
"prettier": "^3.1.0",
"tstl-export-to-global": "^1.0.1",
"tstl-trim-extensions": "^1.0.3",
"typescript": "5.7.2",
"typescript-eslint": "^8.0.0",
"typescript-to-lua": "~1.28.0",
"typescript-tstl-plugin": "^0.3.2"
}
}