platform/pods/account/package.json
Andrey Platov bdf41f17d4
initial account pod
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-10 12:26:11 +02:00

40 lines
1.1 KiB
JSON

{
"name": "@anticrm/pod-account",
"version": "0.6.0",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"start": "ts-node src/index.ts",
"build": "heft build",
"lint:fix": "eslint --fix src",
"bundle": "esbuild src/index.ts --bundle --minify --platform=node > bundle.js",
"docker:build": "docker build -t anticrm/account .",
"docker:push": "docker push anticrm/account"
},
"devDependencies": {
"@anticrm/platform-rig":"~0.6.0",
"@types/heft-jest":"^1.0.2",
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0",
"esbuild":"^0.12.24",
"@types/koa-bodyparser":"^4.3.3",
"@types/koa-router":"^7.4.4",
"@types/koa":"^2.13.4",
"@types/koa__cors":"^3.0.3"
},
"dependencies": {
"@anticrm/account":"~0.6.0",
"@anticrm/platform":"~0.6.5",
"mongodb":"^4.1.1",
"koa":"^2.13.1",
"koa-router":"^10.1.1",
"koa-bodyparser":"^4.3.0",
"@koa/cors":"^3.1.0"
}
}