platform/dev/server/package.json
Andrey Platov 9246369b40
add model and model-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 07:39:49 +02:00

29 lines
725 B
JSON

{
"name": "@anticrm/dev-server",
"version": "0.6.5",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"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.3",
"@anticrm/server-ws": "~0.6.4",
"@anticrm/core": "~0.6.7",
"@anticrm/platform": "~0.6.3"
}
}