platform/packages/platform-rig/package.json
Andrey Sobolev 5b6ef778f3
Migrate to hcengineering and publish to github packages (#2273)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-09-21 14:08:25 +06:00

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.46.1",
"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"
}
}