37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@speckle/fileimport-service",
|
|
"version": "2.0.0",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env S3_BUCKET=speckle-server POSTGRES_URL=postgres://speckle:speckle@localhost/speckle NODE_ENV=development nodemon ./src/daemon.js",
|
|
"lint": "eslint . --ext .js,.ts"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/specklesystems/speckle-server/issues"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1075.0",
|
|
"bcrypt": "^5.0.1",
|
|
"crypto-random-string": "^3.3.1",
|
|
"knex": "^1.0.3",
|
|
"node-fetch": "^2.6.5",
|
|
"pg": "^8.7.1",
|
|
"web-ifc": "^0.0.33"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"nodemon": "^2.0.13",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|