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>
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "@speckle/fileimport-service",
|
|
"private": true,
|
|
"version": "2.5.4",
|
|
"description": "Parse and import files of various types into a stream",
|
|
"author": "Dimitrie Stefanescu <didimitrie@gmail.com>",
|
|
"homepage": "https://github.com/specklesystems/speckle-server#readme",
|
|
"license": "SEE LICENSE IN readme.md",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/specklesystems/speckle-server.git"
|
|
},
|
|
"engines": {
|
|
"node": "^18.19.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env POSTGRES_URL=postgres://speckle:speckle@127.0.0.1/speckle NODE_ENV=development LOG_PRETTY=true SPECKLE_SERVER_URL=http://127.0.0.1:3000 nodemon --no-experimental-fetch ./src/daemon.js",
|
|
"parse:ifc": "node --no-experimental-fetch ./ifc/import_file.js ./ifc/ifcs/steelplates.ifc 33763848d6 2e4bfb467a main File upload: steelplates.ifc",
|
|
"lint": "eslint ."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/specklesystems/speckle-server/issues"
|
|
},
|
|
"dependencies": {
|
|
"@speckle/shared": "workspace:^",
|
|
"bcrypt": "^5.0.1",
|
|
"crypto-random-string": "^3.3.1",
|
|
"knex": "^2.4.1",
|
|
"pg": "^8.7.3",
|
|
"pino": "^8.7.0",
|
|
"pino-http": "^8.0.0",
|
|
"pino-pretty": "^9.1.1",
|
|
"prom-client": "^14.0.1",
|
|
"undici": "^5.28.4",
|
|
"valid-filename": "^3.1.0",
|
|
"web-ifc": "^0.0.36"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.4.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"nodemon": "^2.0.20",
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|