mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"name": "@anticrm/platform-rig",
|
|
"version": "0.5.0",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft-jest-plugin":"~0.1.15",
|
|
"@rushstack/heft":"^0.35.0",
|
|
"eslint-config-standard-with-typescript":"^20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser":"^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/api-extractor": "~7.18.4",
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
"eslint-plugin-promise":"4",
|
|
"eslint-plugin-import":"2",
|
|
"eslint-plugin-node":"11",
|
|
"typescript":"^4.3.5",
|
|
"eslint":"^7.32.0"
|
|
}
|
|
}
|