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": {
|
|
|
|
"build": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"@rushstack/heft": "^0.46.1",
|
2022-03-17 08:07:47 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
2021-08-07 08:39:49 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"@typescript-eslint/parser": "^4.0.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
|
|
|
}
|
|
|
|
}
|