34 lines
1018 B
JSON
34 lines
1018 B
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"
|
|
},
|
|
"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",
|
|
"eslint": "^7.29.0",
|
|
"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"
|
|
}
|
|
}
|