mod-manager/package.json

28 lines
556 B
JSON
Raw Normal View History

2022-08-01 09:36:20 -04:00
{
"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": {
2022-08-02 10:42:00 -04:00
"axios": "^0.27.2",
2022-08-01 09:36:20 -04:00
"chalk": "^5.0.1",
2022-08-02 10:42:00 -04:00
"commander": "^9.4.0",
2022-08-03 10:00:36 -04:00
"error": "^10.4.0",
"ora": "^6.1.2",
2022-08-03 11:52:24 -04:00
"pino": "^8.3.1",
2022-08-03 10:00:36 -04:00
"pretty-error": "^4.0.0",
"string-format": "^2.0.0"
2022-08-01 09:36:20 -04:00
},
"devDependencies": {
"@types/node": "^18.6.3",
"typescript": "^4.7.4"
}
}