mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
a93061286d
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"format": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft-jest-plugin": "^0.3.16",
|
|
"@rushstack/heft": "^0.47.9",
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/api-extractor": "^7.28.2",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|