UptimeRobot-Migrator/docker/migrator/package.json

29 lines
725 B
JSON

{
"name": "kuma-migration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"copy-monitors": "yarn build && node dist/index.js copy-monitors",
"disable-uptime-robot": "yarn build && node dist/index.js disable-uptime-robot",
"delete-uptime-robot": "yarn build && node dist/index.js delete-uptime-robot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.18",
"playwright": "^1.29.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"engines": {
"node": "18.13.0"
},
"dependencies": {
"axios": "^1.2.3",
"dotenv": "^16.0.3"
}
}