You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
607 B
26 lines
607 B
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:watch": "tsc -w",
|
|
"dev": "tsnd --no-notify --respawn ./src/autorestic.ts",
|
|
"bin": "yarn run build && pkg lib/autorestic.js --targets latest-macos-x64,latest-linux-x64 --out-path bin"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "^12.11.7",
|
|
"pkg": "^4.4.0",
|
|
"ts-node-dev": "^1.0.0-pre.40",
|
|
"typescript": "^3.7"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"clitastic": "0.0.1",
|
|
"colors": "^1.3.3",
|
|
"js-yaml": "^3.13.1",
|
|
"minimist": "^1.2.0",
|
|
"uhrwerk": "^1.0.0"
|
|
}
|
|
}
|