{ "name": "updatePublicIp", "version": "0.1.2", "description": "", "main": "src/route53.js", "scripts": { "start": "node -r esm index.js", "dev": "NODE_ENV=dev nodemon -r esm index.js", "dev:debug": "NODE_APP_INSTANCE=debug npm run dev" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/.git" }, "keywords": [ "node.js" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-utils/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { "@uci-utils/notify": "^0.1.5", "@uci-utils/notify-email-plugin": "^0.1.6", "@uci-utils/notify-pushsafer-plugin": "^0.1.2", "@uci-utils/route53": "^0.1.2", "await-to-js": "^3.0.0", "config": "^3.3.2", "cron": "^1.8.2", "esm": "^3.2.25", "js-yaml": "^3.14.0", "public-ip": "^4.0.2" }, "devDependencies": { "nodemon": "^1.19.4" } }