83d8035dc2
* root + server * frontend * frontend-2 * dui3 * dui3 * tailwind theme * ui-components * preview service * viewer * viewer-sandbox * fileimport-service * webhook service * objectloader * shared * ui-components-nuxt * WIP full config * WIP full linter * eslint projectwide util * minor fix * removing redundant ci * clean up test errors * fixed prettier formatting * CI improvements * TSC lint fix * 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader * removed unnecessary void --------- Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
42 lines
1.1 KiB
JSON
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 ."
|
|
},
|
|
"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": "^9.4.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|