2021-09-10 00:37:38 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/tool",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2021-11-17 16:29:26 +03:00
|
|
|
"build:watch": "tsc",
|
2021-09-10 00:37:38 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
2021-09-10 00:55:52 +03:00
|
|
|
"start": "ts-node src/index.ts",
|
2021-11-22 14:17:10 +03:00
|
|
|
"bundle": "esbuild src/index.ts --bundle --minify --platform=node > bundle.js",
|
2021-09-10 00:55:52 +03:00
|
|
|
"docker:build": "docker build -t anticrm/tool .",
|
2021-11-22 14:17:10 +03:00
|
|
|
"docker:push": "docker push anticrm/tool",
|
|
|
|
"run-local": "MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws:/localhost:3333 MINIO_ENDPOINT=localhost ts-node ./src/index.ts"
|
2021-09-10 00:37:38 +03:00
|
|
|
},
|
|
|
|
"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",
|
2021-09-10 00:55:52 +03:00
|
|
|
"ts-node":"^10.2.1",
|
2021-09-10 10:57:49 +03:00
|
|
|
"esbuild":"^0.12.26",
|
|
|
|
"@types/minio":"^7.0.10",
|
|
|
|
"@types/node":"^16.7.5"
|
2021-09-10 00:37:38 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"mongodb":"^4.1.1",
|
|
|
|
"commander":"^8.1.0",
|
2021-09-10 10:57:49 +03:00
|
|
|
"@anticrm/account":"~0.6.0",
|
|
|
|
"jwt-simple":"^0.5.6",
|
|
|
|
"@anticrm/contrib":"~0.6.0",
|
|
|
|
"@anticrm/core":"~0.6.11",
|
2021-11-09 20:39:38 +03:00
|
|
|
"@anticrm/contact":"~0.6.2",
|
2021-09-10 10:57:49 +03:00
|
|
|
"@anticrm/workspace":"~0.6.0",
|
2021-11-30 14:05:11 +03:00
|
|
|
"minio":"^7.0.19",
|
|
|
|
"@anticrm/model-all":"~0.6.0"
|
2021-09-10 00:37:38 +03:00
|
|
|
}
|
|
|
|
}
|