UNPKG

777 BJSONView Raw
1{
2 "name": "mta_declarations_for_tstl",
3 "version": "0.0.62",
4 "description": "Declarations for MultiTheftAuto for TSTL TypeScriptToLua",
5 "types": "index.d.ts",
6 "files": [
7 "**/**.d.ts",
8 "**/**.js",
9 "**/**.json",
10 "**/**.lua"
11 ],
12 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1",
14 "generate": "node Generator.js"
15 },
16 "author": "rotti",
17 "license": "ISC",
18 "bin": {
19 "mta-init": "./Cli.js",
20 "mta-transpile": "./Transpile.js"
21 },
22 "dependencies": {
23 "@types/node": "^12.6.8",
24 "@types/prompts": "^2.0.1",
25 "@types/xml2js": "^0.4.5",
26 "fs": "0.0.1-security",
27 "prompts": "^2.1.0",
28 "typescript": "^3.7.3",
29 "xml2js": "^0.4.22"
30 },
31 "devDependencies": {
32 "typescript-to-lua": "^0.29.1"
33 }
34}