autorestic/package.json

30 lines
830 B
JSON
Raw Normal View History

2019-06-20 23:09:33 +02:00
{
2020-05-17 15:30:23 +02:00
"private": true,
"scripts": {
"build": "tsc",
2020-11-06 23:51:23 +01:00
"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 lib/index.js --targets latest-macos-x64,latest-linux-x64 --out-path bin && yarn run move",
2020-11-06 22:48:19 +01:00
"docs:build": "codedoc install && codedoc build",
2020-05-17 15:30:23 +02:00
"docs:dev": "codedoc serve"
},
"devDependencies": {
2020-06-28 22:47:46 +02:00
"@codedoc/cli": "0.2.x",
"@types/js-yaml": "3.x.x",
"@types/minimist": "1.x.x",
"@types/node": "14.x.x",
"pkg": "4.4.x",
2020-05-17 15:30:23 +02:00
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "3.9.x"
2020-05-17 15:30:23 +02:00
},
"dependencies": {
"axios": "0.19.x",
2020-05-17 15:30:23 +02:00
"clitastic": "0.0.1",
"colors": "1.x.x",
2020-11-06 22:48:19 +01:00
"commander": "^6.2.0",
"cron-parser": "2.x.x",
"js-yaml": "3.x.x",
"uhrwerk": "1.x.x"
2020-05-17 15:30:23 +02:00
}
2020-05-17 09:09:57 +02:00
}