platform/dev/server/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

34 lines
912 B
JSON

{
"name": "@anticrm/dev-server",
"version": "0.6.10",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"start": "ts-node src/__start.ts"
},
"devDependencies": {
"@anticrm/platform-rig":"~0.6.0",
"@types/heft-jest":"^1.0.2",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0",
"ts-node":"^10.1.0"
},
"dependencies": {
"@anticrm/dev-storage": "~0.6.6",
"@anticrm/server-ws": "~0.6.10",
"@anticrm/core": "~0.6.11",
"@anticrm/platform": "~0.6.5",
"jwt-simple": "~0.5.6",
"@anticrm/server-chunter": "~0.6.1",
"@anticrm/server-chunter-resources": "~0.6.0",
"@anticrm/server-core": "~0.6.1"
}
}