gtavjs-trainer-mod
Version:
GTAVJS Trainer Mod
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "gtavjs-trainer-mod",
"author": "Konijima",
"description": "GTAVJS Trainer Mod",
"version": "1.0.2",
"types": "index.d.ts",
"scripts": {
"clean": "del-cli scripts/**/*.js scripts/**/*.d.ts",
"build": "npm run clean && tsc",
"watch": "npm run build -- --watch",
"bundle": "npm run build -- --emitDeclarationOnly && node node_modules/gtavjs-ts-bundler",
"prepublish": "npm update && npm run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtavjs-trainer-mod.git"
},
"bugs": {
"url": "https://github.com/GTAVJS/gtavjs-trainer-mod/issues"
},
"homepage": "https://github.com/GTAVJS/gtavjs-trainer-mod#readme",
"keywords": [
"GTA5",
"GTAVJS",
"Typescript",
"Trainer",
"Mod"
],
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"gtavjs-ts-bundler": "latest",
"gtavjs-typing": "latest",
"gtavjs-utils-mod": "latest"
}
}