platform/models/core/package.json
Andrey Platov 78e69338e7
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-11 11:37:47 +02:00

25 lines
584 B
JSON

{
"name": "@anticrm/model-core",
"version": "0.6.0",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"lint:fix": "eslint --fix src"
},
"devDependencies": {
"@anticrm/model-rig":"~0.6.0",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0"
},
"dependencies": {
"@anticrm/core": "~0.6.10",
"@anticrm/model": "~0.6.0",
"@anticrm/platform": "~0.6.5"
}
}