mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-21 13:38:21 -05:00
36 lines
851 B
JSON
36 lines
851 B
JSON
{
|
|
"name": "mod-manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"dev": "node ./build/ts/mod-manager.js",
|
|
"debug": "npm run build && npm run dev test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/inquirer": "^9.0.0",
|
|
"@types/properties-parser": "^0.3.3",
|
|
"as-table": "^1.0.55",
|
|
"axios": "^0.27.2",
|
|
"chalk": "^5.0.1",
|
|
"commander": "^9.4.0",
|
|
"inquirer": "^9.1.0",
|
|
"node-downloader-helper": "^2.1.2",
|
|
"ora": "^6.1.2",
|
|
"pino": "^8.3.1",
|
|
"properties-parser": "^0.6.0",
|
|
"string-format": "^2.0.0",
|
|
"string-similarity-js": "^2.1.4",
|
|
"typescript-string-operations": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.30",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|