platform/packages/core/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

29 lines
693 B
JSON

{
"name": "@anticrm/core",
"version": "0.6.12",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"build:watch": "tsc",
"test": "heft test",
"lint:fix": "eslint --fix src"
},
"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",
"simplytyped": "^3.3.0",
"@rushstack/heft": "^0.41.1"
},
"dependencies": {
"@anticrm/platform": "~0.6.5",
"just-clone": "^3.2.1"
}
}