mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-24 06:43:16 +03:00
56d764d451
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "@anticrm/model-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "^0.45.5",
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|