platform/models/model-rig/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

18 lines
330 B
JSON

{
"name": "@anticrm/model-rig",
"version": "0.6.0",
"scripts": {
"build": ""
},
"devDependencies": {
"@rushstack/heft":"^0.35.0",
"eslint-config-standard-with-typescript":"^20.0.0"
},
"peerDependencies": {
"@typescript-eslint/parser":"^4.0.0"
},
"dependencies": {
"typescript":"^4.3.5"
}
}