mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
30 lines
799 B
JSON
30 lines
799 B
JSON
{
|
|
"private": true,
|
|
"version": "0.27",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"move": "mv bin/index-linux bin/autorestic_linux_x64 && mv bin/index-macos bin/autorestic_macos_x64",
|
|
"bin": "yarn run build && pkg dist/src/index.js --targets latest-macos-x64,latest-linux-x64 --out-path bin && yarn run move",
|
|
"docs:build": "codedoc install && codedoc build",
|
|
"docs:dev": "codedoc serve"
|
|
},
|
|
"devDependencies": {
|
|
"@codedoc/cli": "^0.2",
|
|
"@types/js-yaml": "^3",
|
|
"@types/node": "^14",
|
|
"pkg": "^4.4",
|
|
"ts-node-dev": "^1",
|
|
"typescript": "^3.9"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19",
|
|
"clitastic": "^0.1.2",
|
|
"colors": "^1",
|
|
"commander": "^6.2",
|
|
"cron-parser": "2.x.x",
|
|
"js-yaml": "3.x.x",
|
|
"uhrwerk": "1.x.x"
|
|
}
|
|
}
|