platform/packages/platform-rig/package.json
Denis Bykhov 0d2221e567
Fix mis-matching dependencies (#1152)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-03-17 12:07:47 +07:00

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": "^21.0.1"
},
"peerDependencies": {
"@typescript-eslint/parser": "^4.0.0"
},
"dependencies": {
"@microsoft/api-extractor": "^7.18.4",
"typescript": "^4.3.5"
}
}