platform/packages/core/package.json
Andrey Platov ea13fba732
fix core test and add to build pipeline
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-12 10:44:31 +02:00

27 lines
639 B
JSON

{
"name": "@anticrm/core",
"version": "0.6.11",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"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.35.0"
},
"dependencies": {
"@anticrm/platform": "~0.6.5"
}
}