UNPKG

scaleway-sync-firewall

Version:
34 lines (33 loc) 866 B
{ "name": "scaleway-sync-firewall", "version": "1.0.0", "description": "Synchronize Scaleway Security Groups", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/JorgenVatle/scaleway-sync-firewall.git" }, "keywords": [ "Scaleway", "Firewall", "Sync" ], "author": "Jørgen <Jorgen@WcAServices.net> (https://github.com/JorgenVatle)", "license": "ISC", "bugs": { "url": "https://github.com/JorgenVatle/scaleway-sync-firewall/issues" }, "homepage": "https://github.com/JorgenVatle/scaleway-sync-firewall#readme", "dependencies": { "axios": "^0.19.0", "dotenv-defaults": "^1.0.2" }, "devDependencies": { "@types/node": "^12.6.9", "typescript": "^3.5.3" } }