Files
speckle-server/packages/webhook-service/package.json
T
Iain Sproat 3db83e50be chore(deps): bump node from 18.18.2 to 18.19.0 (#1921)
* chore(deps): bump node from 18.18.2 to 18.19.0

* Additional dependencies
2023-12-15 11:30:07 +01:00

42 lines
1.1 KiB
JSON

{
"name": "@speckle/webhook-service",
"private": true,
"version": "2.5.4",
"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",
"engines": {
"node": "^18.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env LOG_PRETTY=true ALLOW_LOCAL_NETWORK=true node src/main.js",
"lint": "eslint . --ext .js,.ts"
},
"dependencies": {
"@speckle/shared": "workspace:^",
"knex": "^2.4.1",
"node-fetch": "^2.6.1",
"pg": "^8.7.3",
"pino": "^8.7.0",
"pino-http": "^8.0.0",
"pino-pretty": "^9.1.1",
"private-ip": "^2.3.3",
"prom-client": "^14.0.1",
"verror": "^1.10.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1"
}
}