gtavjs-utils-mod
Version:
Utility mod for GTAVJS.
38 lines (37 loc) • 997 B
JSON
{
"name": "gtavjs-utils-mod",
"author": "Konijima",
"description": "Utility mod for GTAVJS.",
"version": "1.0.3",
"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-utils-mod.git"
},
"bugs": {
"url": "https://github.com/GTAVJS/gtavjs-utils-mod/issues"
},
"homepage": "https://github.com/GTAVJS/gtavjs-utils-mod#readme",
"keywords": [
"GTA5",
"GTAVJS",
"Typescript",
"Modding",
"Utilities"
],
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"gtavjs-typing": "latest",
"gtavjs-ts-bundler": "latest"
}
}