platform/packages/platform-rig/package.json

20 lines
425 B
JSON
Raw Normal View History

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