gtavjs-ts-bundler
Version:
Bundle GTAVJS mod declaration files into a multi-modules index.d.ts file.
31 lines (30 loc) • 707 B
JSON
{
"name": "gtavjs-ts-bundler",
"version": "1.0.2",
"description": "Bundle GTAVJS mod declaration files into a multi-modules index.d.ts file.",
"type": "module",
"main": "index.js",
"bin": {
"gtavjs-ts-bundler": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GTAVJS/gtavjs-ts-bundler.git"
},
"author": "Konijima",
"license": "ISC",
"bugs": {
"url": "https://github.com/GTAVJS/gtavjs-ts-bundler/issues"
},
"homepage": "https://github.com/GTAVJS/gtavjs-ts-bundler#readme",
"dependencies": {
"chalk": "^5.0.1",
"command-line-args": "^5.2.1"
},
"keywords": [
"GTA5",
"GTAVJS",
"Typescript",
"Bundler"
]
}