mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 01:13:27 +03:00
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "@anticrm/model-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "^0.44.13",
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|