{ "name": "@speckle/webhook-service", "version": "2.0.0", "description": "Component to handle calling external webhooks", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/specklesystems/speckle-server.git" }, "bugs": { "url": "https://github.com/specklesystems/speckle-server/issues" }, "homepage": "https://github.com/specklesystems/speckle-server#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "cross-env ALLOW_LOCAL_NETWORK=true node src/main.js", "lint": "eslint . --ext .js,.ts" }, "dependencies": { "knex": "^1.0.3", "node-fetch": "^2.6.1", "pg": "^8.6.0", "private-ip": "^2.3.3" }, "devDependencies": { "cross-env": "^7.0.3", "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "prettier": "^2.5.1" } }