platform/server/upload/package.json
Andrey Sobolev fd09282ed7
Build watch mode (#318)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-17 14:29:26 +01:00

48 lines
1.3 KiB
JSON

{
"name": "@anticrm/upload",
"version": "0.6.1",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"start": "ts-node src/__start.ts",
"build": "heft build",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"bundle": "esbuild src/__start.ts --bundle --platform=node > bundle.js",
"docker:build": "docker build -t anticrm/upload .",
"docker:push": "docker push anticrm/upload"
},
"devDependencies": {
"@anticrm/platform-rig":"~0.6.0",
"@types/heft-jest":"^1.0.2",
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0",
"@types/express":"^4.17.13",
"ts-node":"^10.2.0",
"@types/express-fileupload":"^1.1.7",
"@types/uuid":"^8.3.1",
"@types/cors":"^2.8.12",
"@types/minio":"^7.0.10",
"esbuild":"^0.12.24"
},
"dependencies": {
"@anticrm/platform": "~0.6.5",
"express": "^4.17.1",
"express-fileupload":"^1.2.1",
"uuid":"^8.3.2",
"cors":"^2.8.5",
"@anticrm/elastic":"~0.6.0",
"jwt-simple":"^0.5.6",
"@anticrm/server-core":"~0.6.1",
"@anticrm/chunter":"~0.6.0",
"@anticrm/core":"~0.6.11",
"@anticrm/contrib":"~0.6.0",
"minio":"^7.0.19"
}
}