mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
f69439eaef
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "@hcengineering/model-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "^0.47.9",
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|