platform/plugins/task-assets/package.json
Andrey Platov 244eafadd5
add tests to github workflow
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-12 09:37:22 +02:00

21 lines
509 B
JSON

{
"name": "@anticrm/task-assets",
"version": "0.6.0",
"main": "src/index.ts",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "",
"build:docs": "api-extractor run --local",
"lint": "ts-standard src",
"lint:fix": "ts-standard --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && ts-standard --fix src"
},
"devDependencies": {
},
"dependencies": {
"@anticrm/platform":"~0.6.5",
"@anticrm/task":"~0.6.0"
}
}