mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-13 01:48:23 -05:00
28 lines
556 B
JSON
28 lines
556 B
JSON
{
|
|
"name": "mod-manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"chalk": "^5.0.1",
|
|
"commander": "^9.4.0",
|
|
"error": "^10.4.0",
|
|
"ora": "^6.1.2",
|
|
"pino": "^8.3.1",
|
|
"pretty-error": "^4.0.0",
|
|
"string-format": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.6.3",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|