2021-08-03 01:40:40 +00:00
|
|
|
{
|
|
|
|
"name": "@anticrm/platform-rig",
|
2021-08-03 19:02:59 +00:00
|
|
|
"version": "0.6.0",
|
2021-08-03 01:40:40 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-21 08:51:16 +00:00
|
|
|
"@rushstack/heft-jest-plugin": "^0.2.14",
|
|
|
|
"@rushstack/heft": "^0.44.13",
|
2022-03-17 05:07:47 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1"
|
2021-08-03 01:40:40 +00:00
|
|
|
},
|
2021-08-03 17:04:45 +00:00
|
|
|
"peerDependencies": {
|
2021-12-01 09:27:29 +00:00
|
|
|
"@typescript-eslint/parser": "^4.0.0"
|
2021-08-03 17:04:45 +00:00
|
|
|
},
|
2021-08-03 01:40:40 +00:00
|
|
|
"dependencies": {
|
2021-08-03 19:02:59 +00:00
|
|
|
"@microsoft/api-extractor": "^7.18.4",
|
2021-12-01 09:27:29 +00:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-03 01:40:40 +00:00
|
|
|
}
|
|
|
|
}
|