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
|
|
|
},
|
2023-10-24 19:00:18 +03:00
|
|
|
"bin": {
|
2023-11-29 14:08:23 +03:00
|
|
|
"format": "./bin/format.js",
|
|
|
|
"bump-package-version": "./bin/bump-package-version.js"
|
2023-10-24 19:00:18 +03:00
|
|
|
},
|
2021-08-03 04:40:40 +03:00
|
|
|
"devDependencies": {
|
2023-11-20 13:01:43 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"svelte-eslint-parser": "^0.33.1"
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
2021-08-03 20:04:45 +03:00
|
|
|
"peerDependencies": {
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint": "^8.54.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
|
|
|
}
|
|
|
|
}
|