mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 19:38:46 +00:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "@hcengineering/model-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"format": ""
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "^0.47.9",
|
|
"eslint-config-standard-with-typescript": "^23.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|