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": {
|
2023-02-22 18:23:35 +03:00
|
|
|
"build": "",
|
|
|
|
"format": ""
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
2021-08-03 20:04:45 +03:00
|
|
|
"peerDependencies": {
|
2023-05-10 20:16:13 +03:00
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint": "^8.26.0"
|
2021-08-03 20:04:45 +03:00
|
|
|
},
|
2021-08-03 04:40:40 +03:00
|
|
|
"dependencies": {
|
2023-10-07 23:14:00 +03:00
|
|
|
"typescript": "^5.2.2"
|
2021-08-03 04:40:40 +03:00
|
|
|
}
|
|
|
|
}
|