mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 21:41:34 +03:00
40fd5a4532
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft-jest-plugin": "^0.3.16",
|
|
"@rushstack/heft": "^0.47.9",
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/api-extractor": "^7.28.2",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|