-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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.7.4",
"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"
}
}