12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tstl",
|
|
"dev": "tstl --watch"
|
|
},
|
|
"devDependencies": {
|
|
"lua-types": "^2.10.1",
|
|
"typescript-to-lua": "^0.40.1"
|
|
}
|
|
}
|