MiWatchKleaner/package.json

44 lines
996 B
JSON
Raw Normal View History

2020-04-24 20:17:04 +01:00
{
"name": "miwatchkleaner2.0",
2020-08-26 09:58:06 +01:00
"version": "2.0.6",
2020-04-24 20:17:04 +01:00
"description": "MiWatch Cleaning Tool",
2020-04-24 20:42:45 +01:00
"main": "app.js",
2020-04-26 11:08:29 +01:00
"bin": "app.js",
2020-04-24 20:17:04 +01:00
"scripts": {
2020-04-26 12:24:38 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2020-04-28 12:29:27 +01:00
"buildRelease": "sh ./buildRelease.sh"
2020-04-24 20:17:04 +01:00
},
"repository": {
"type": "git",
"url": "http://kithub.cf/Karl/MiWatchKleaner.git"
},
"author": "Karl Hudgell",
2020-04-24 20:23:16 +01:00
"license": "ISC",
"dependencies": {
2020-04-24 20:42:45 +01:00
"chalk": "^4.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.3.0",
2020-04-25 21:28:13 +01:00
"get-files-in": "^1.2.0",
2020-04-24 20:23:16 +01:00
"inquirer": "^7.1.0",
2020-04-25 21:28:13 +01:00
"node-downloader-helper": "^1.0.12",
2020-04-30 09:03:50 +01:00
"perfect-logger": "^2.0.1",
2020-04-24 21:40:03 +01:00
"pkg": "^4.4.7",
2020-04-26 10:10:29 +01:00
"request-promise-native": "^1.0.8",
2020-04-26 11:08:29 +01:00
"shell-exec": "^1.0.2",
2020-04-29 09:09:01 +01:00
"shelljs": "^0.8.4"
2020-04-26 10:33:16 +01:00
},
"pkg": {
2020-04-26 11:08:29 +01:00
"scripts": [],
2020-04-26 10:33:16 +01:00
"assets": [
2020-04-29 09:09:01 +01:00
"node_modules/figlet/fonts/Standard.flf",
"data/packageList.json"
2020-04-26 18:22:58 +01:00
],
"targets": [
2020-04-27 11:52:09 +01:00
"node12-linux-x64",
2020-04-26 18:22:58 +01:00
"node12-macos-x64",
"node12-win-x86"
2020-04-26 10:33:16 +01:00
]
2020-04-24 20:23:16 +01:00
}
2020-04-24 20:17:04 +01:00
}