2021-08-03 04:40:40 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/platform-rig",
|
2021-08-03 22:02:59 +03:00
|
|
|
"version": "0.6.0",
|
2021-08-03 04:40:40 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/heft-jest-plugin":"~0.1.15",
|
2021-08-03 19:55:52 +03:00
|
|
|
"@rushstack/heft":"^0.35.0",
|
|
|
|
"eslint-config-standard-with-typescript":"^20.0.0"
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
2021-08-03 20:04:45 +03:00
|
|
|
"peerDependencies": {
|
|
|
|
"@typescript-eslint/parser":"^4.0.0"
|
|
|
|
},
|
2021-08-03 04:40:40 +03:00
|
|
|
"dependencies": {
|
2021-08-03 22:02:59 +03:00
|
|
|
"@microsoft/api-extractor": "^7.18.4",
|
|
|
|
"typescript":"^4.3.5"
|
2021-08-03 04:40:40 +03:00
|
|
|
}
|
|
|
|
}
|