2021-08-07 08:39:49 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/model-rig",
|
2021-08-07 08:39:49 +03:00
|
|
|
"version": "0.6.0",
|
|
|
|
"scripts": {
|
2023-02-22 18:23:35 +03:00
|
|
|
"build": "",
|
|
|
|
"format": ""
|
2021-08-07 08:39:49 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-21 20:32:48 +03:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
2021-08-07 08:39:49 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-05-10 20:16:13 +03:00
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint": "^8.26.0"
|
2021-08-07 08:39:49 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-07 08:39:49 +03:00
|
|
|
}
|
|
|
|
}
|