mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 08:22:17 +03:00
a87194dee7
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "@anticrm/model-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft":"^0.41.1",
|
|
"eslint-config-standard-with-typescript":"^20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser":"^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript":"^4.3.5"
|
|
}
|
|
}
|