13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tstl && npm run post-build",
|
|
"post-build": "cp dist/test.lua ../test.lua",
|
|
"dev": "tstl --watch"
|
|
},
|
|
"devDependencies": {
|
|
"lua-types": "^2.10.1",
|
|
"typescript-to-lua": "^0.40.1"
|
|
}
|
|
}
|