28 lines
742 B
JSON
28 lines
742 B
JSON
{
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|