mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-25 04:25:13 +03:00
20 lines
370 B
JSON
20 lines
370 B
JSON
|
{
|
||
|
"name": "@anticrm/workbench-assets",
|
||
|
"version": "0.6.0",
|
||
|
"main": "src/index.ts",
|
||
|
"author": "Anticrm Platform Contributors",
|
||
|
"license": "EPL-2.0",
|
||
|
"scripts": {
|
||
|
"build": "",
|
||
|
"lint": "",
|
||
|
"lint:fix": "",
|
||
|
"format": ""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@anticrm/platform":"~0.6.5",
|
||
|
"@anticrm/workbench":"~0.6.0"
|
||
|
}
|
||
|
}
|