platform/plugins/workbench-assets/package.json
Andrey Sobolev 0f81991480
Enable ESLint/prettier (#389)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-12-01 10:27:29 +01:00

19 lines
369 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"
}
}