2021-08-03 01:40:40 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/platform-rig",
|
2021-08-03 19:02:59 +00:00
|
|
|
"version": "0.6.0",
|
2021-08-03 01:40:40 +00:00
|
|
|
"scripts": {
|
2023-02-22 15:23:35 +00:00
|
|
|
"build": "",
|
|
|
|
"format": ""
|
2021-08-03 01:40:40 +00:00
|
|
|
},
|
2023-10-24 16:00:18 +00:00
|
|
|
"bin": {
|
|
|
|
"format": "./bin/format.js"
|
|
|
|
},
|
2021-08-03 01:40:40 +00:00
|
|
|
"devDependencies": {
|
2022-11-02 08:50:14 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
2021-08-03 01:40:40 +00:00
|
|
|
},
|
2021-08-03 17:04:45 +00:00
|
|
|
"peerDependencies": {
|
2023-05-10 17:16:13 +00:00
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint": "^8.26.0"
|
2021-08-03 17:04:45 +00:00
|
|
|
},
|
2021-08-03 01:40:40 +00:00
|
|
|
"dependencies": {
|
2023-10-07 20:14:00 +00:00
|
|
|
"typescript": "^5.2.2"
|
2021-08-03 01:40:40 +00:00
|
|
|
}
|
|
|
|
}
|