platform/packages/platform-rig/package.json
Andrey Platov 63ba826b3e
add server base
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 21:02:59 +02:00

20 lines
421 B
JSON

{
"name": "@anticrm/platform-rig",
"version": "0.6.0",
"scripts": {
"build": ""
},
"devDependencies": {
"@rushstack/heft-jest-plugin":"~0.1.15",
"@rushstack/heft":"^0.35.0",
"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"
}
}