platform/dev/tool/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@anticrm/tool",
"version": "0.6.0",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"lint:fix": "eslint --fix src",
"start": "ts-node src/index.ts",
"bundle": "esbuild src/index.ts --bundle --minify --platform=node > bundle.js",
"docker:build": "docker build -t anticrm/tool .",
"docker:push": "docker push anticrm/tool"
},
"devDependencies": {
"@anticrm/platform-rig":"~0.6.0",
"@types/heft-jest":"^1.0.2",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0",
"ts-node":"^10.2.1",
"esbuild":"^0.12.26",
"@types/minio":"^7.0.10",
"@types/node":"^16.7.5"
},
"dependencies": {
"mongodb":"^4.1.1",
"commander":"^8.1.0",
"@anticrm/account":"~0.6.0",
"jwt-simple":"^0.5.6",
"@anticrm/contrib":"~0.6.0",
"@anticrm/core":"~0.6.11",
"@anticrm/contact":"~0.6.0",
"@anticrm/workspace":"~0.6.0",
"minio":"^7.0.19"
}
}