Files
2take1-scripts/ts-lua/package.json
2021-06-25 20:12:25 -05:00

13 lines
293 B
JSON

{
"private": true,
"scripts": {
"build": "tstl && $npm_package_scripts_postbuild",
"postbuild": "cp dist/test.lua ../test.lua",
"dev": "tstl --watch"
},
"devDependencies": {
"lua-types": "^2.10.1",
"typescript-to-lua": "^0.40.1"
}
}