2021-08-03 04:40:40 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/platform-rig",
|
2021-08-03 22:02:59 +03:00
|
|
|
"version": "0.6.0",
|
2021-08-03 04:40:40 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"@rushstack/heft-jest-plugin": "^0.3.16",
|
2022-09-21 20:32:48 +03:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-03-17 08:07:47 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
2021-08-03 20:04:45 +03:00
|
|
|
"peerDependencies": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"@typescript-eslint/parser": "^4.0.0"
|
2021-08-03 20:04:45 +03:00
|
|
|
},
|
2021-08-03 04:40:40 +03:00
|
|
|
"dependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"@microsoft/api-extractor": "^7.28.2",
|
2021-12-01 12:27:29 +03:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-03 04:40:40 +03:00
|
|
|
}
|
|
|
|
}
|