platform/models/model-rig/package.json

20 lines
384 B
JSON
Raw Normal View History

{
"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": "^5.41.0",
"eslint": "^8.26.0"
},
"dependencies": {
"typescript": "^4.3.5"
}
}