14 lines
367 B
JSON
14 lines
367 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tstl && $npm_package_scripts_postbuild",
|
|
"postbuild": "cp ./dist/test.lua ../",
|
|
"dev": "tstl --watch"
|
|
},
|
|
"devDependencies": {
|
|
"lua-types": "^2.10.1",
|
|
"types-ts-2take1": "git+https://git@git.zomo.dev/zomo/types-ts-2take1",
|
|
"typescript-to-lua": "^0.40.1"
|
|
}
|
|
}
|