platform/plugins/workbench-assets/package.json
Andrey Sobolev 15612f87bf
Workbench fixes
Workbench fixes

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-29 17:57:37 +07:00

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"
}
}