2019-06-20 21:09:33 +00:00
|
|
|
{
|
2020-05-17 13:30:23 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
2020-11-06 22:51:23 +00:00
|
|
|
"dev": "tsc -w",
|
|
|
|
"move": "mv bin/index-linux bin/autorestic_linux_x64 && mv bin/index-macos bin/autorestic_macos_x64",
|
2020-12-19 16:32:13 +00:00
|
|
|
"bin": "yarn run build && pkg dist/index.js --targets latest-macos-x64,latest-linux-x64 --out-path bin && yarn run move",
|
2020-11-06 21:48:19 +00:00
|
|
|
"docs:build": "codedoc install && codedoc build",
|
2020-05-17 13:30:23 +00:00
|
|
|
"docs:dev": "codedoc serve"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-13 14:48:48 +00:00
|
|
|
"@codedoc/cli": "^0.2",
|
|
|
|
"@types/js-yaml": "^3",
|
|
|
|
"@types/node": "^14",
|
|
|
|
"pkg": "^4.4",
|
|
|
|
"ts-node-dev": "^1",
|
|
|
|
"typescript": "^3.9"
|
2020-05-17 13:30:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-14 22:57:15 +00:00
|
|
|
"@types/semver": "^7.3.4",
|
2020-11-13 14:48:48 +00:00
|
|
|
"axios": "^0.19",
|
|
|
|
"clitastic": "^0.1.2",
|
|
|
|
"colors": "^1",
|
|
|
|
"commander": "^6.2",
|
2020-06-25 07:16:53 +00:00
|
|
|
"cron-parser": "2.x.x",
|
|
|
|
"js-yaml": "3.x.x",
|
2021-04-14 22:57:15 +00:00
|
|
|
"semver": "^7.3.5",
|
2020-06-25 07:16:53 +00:00
|
|
|
"uhrwerk": "1.x.x"
|
2020-05-17 13:30:23 +00:00
|
|
|
}
|
2020-05-17 07:09:57 +00:00
|
|
|
}
|