mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 20:13:00 +03:00
15612f87bf
Workbench fixes Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
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"
|
|
}
|
|
}
|