mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
0f81991480
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "@anticrm/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft-jest-plugin": "^0.1.15",
|
|
"@rushstack/heft": "^0.41.1",
|
|
"eslint-config-standard-with-typescript": "^20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/api-extractor": "^7.18.4",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|