mhy-api-backup/package.json
2023-12-05 16:10:23 +09:00

31 lines
929 B
JSON

{
"name": "mhy-api-backup",
"version": "0.0.1",
"description": "",
"main": "src/run.js",
"scripts": {
"start": "node src/run.js && git add output\\. && git commit -m \"API JSON update\" && git push && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daydreamer-json/mhy-api-backup.git"
},
"author": "daydreamer-json <atarakima1@icloud.com> (https://github.com/daydreamer-json)",
"license": "MIT",
"bugs": {
"url": "https://github.com/daydreamer-json/mhy-api-backup/issues"
},
"homepage": "https://github.com/daydreamer-json/mhy-api-backup#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.6.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"fs": "^0.0.1-security",
"log4js": "^6.9.1",
"path": "^0.12.7",
"terminal-kit": "^3.0.1",
"typescript": "^5.3.2"
}
}