2021-08-07 05:39:49 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/model-rig",
|
2021-08-07 05:39:49 +00:00
|
|
|
"version": "0.6.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-21 17:32:48 +00:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-03-17 05:07:47 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
2021-08-07 05:39:49 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-12-01 09:27:29 +00:00
|
|
|
"@typescript-eslint/parser": "^4.0.0"
|
2021-08-07 05:39:49 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-01 09:27:29 +00:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-07 05:39:49 +00:00
|
|
|
}
|
|
|
|
}
|