mod-manager/package.json

30 lines
626 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": {
"@types/inquirer": "^9.0.0",
"as-table": "^1.0.55",
"axios": "^0.27.2",
"chalk": "^5.0.1",
"commander": "^9.4.0",
"inquirer": "^9.1.0",
"ora": "^6.1.2",
"pino": "^8.3.1",
"string-format": "^2.0.0",
"string-similarity-js": "^2.1.4"
},
"devDependencies": {
"@types/node": "^18.6.3",
"typescript": "^4.7.4"
}
}