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": {
|
2023-11-20 10:01:43 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"svelte-eslint-parser": "^0.33.1"
|
2021-08-03 01:40:40 +00:00
|
|
|
},
|
2021-08-03 17:04:45 +00:00
|
|
|
"peerDependencies": {
|
2023-11-20 10:01:43 +00:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint": "^8.54.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
|
|
|
}
|
|
|
|
}
|