mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 08:22:17 +03:00
f4a86e1b1c
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"format": ""
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
"eslint": "^8.26.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|