mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
f7877955e9
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
35 lines
885 B
JSON
35 lines
885 B
JSON
{
|
|
"name": "@anticrm/upload",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"start": "ts-node src/__start.ts",
|
|
"build": "heft build",
|
|
"lint:fix": "eslint --fix src"
|
|
},
|
|
"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/ws":"^7.4.7",
|
|
"@types/express":"^4.17.13",
|
|
"ts-node":"^10.2.0",
|
|
"@types/express-fileupload":"^1.1.7",
|
|
"@types/uuid":"^8.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform": "~0.6.5",
|
|
"express": "^4.17.1",
|
|
"express-fileupload":"^1.2.1",
|
|
"aws-sdk":"^2.969.0",
|
|
"uuid":"^8.3.2"
|
|
}
|
|
}
|