mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
b9808cf4ea
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
79 lines
3.0 KiB
JSON
79 lines
3.0 KiB
JSON
{
|
|
"name": "@anticrm/tool",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"build:watch": "tsc",
|
|
"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",
|
|
"run-local": "cross-env MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws:/localhost:3333 TELEGRAM_DATABASE=telegram-service ELASTIC_URL=http://localhost:9200 ts-node ./src/index.ts",
|
|
"run-local-node": "cross-env MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws:/localhost:3333 TELEGRAM_DATABASE=telegram-service ELASTIC_URL=http://localhost:9200 node ./bundle.js",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"@anticrm/platform-rig": "~0.6.0",
|
|
"@types/heft-jest": "^1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint": "^7.32.0",
|
|
"ts-node": "^10.2.1",
|
|
"esbuild": "^0.12.26",
|
|
"@types/minio": "^7.0.10",
|
|
"@types/node": "^16.7.5",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
"prettier": "^2.4.1",
|
|
"@rushstack/heft": "^0.41.1",
|
|
"typescript": "^4.3.5",
|
|
"@types/ws": "^8.2.1",
|
|
"@types/xml2js": "~0.4.9",
|
|
"@types/mime-types": "~2.1.1"
|
|
},
|
|
"dependencies": {
|
|
"mongodb": "^4.1.1",
|
|
"commander": "^8.1.0",
|
|
"@anticrm/account": "~0.6.0",
|
|
"@anticrm/core": "~0.6.11",
|
|
"@anticrm/contact": "~0.6.2",
|
|
"minio": "^7.0.19",
|
|
"@anticrm/model-all": "~0.6.0",
|
|
"@anticrm/model-telegram": "~0.6.0",
|
|
"@anticrm/telegram": "~0.6.0",
|
|
"@anticrm/client-resources": "~0.6.4",
|
|
"ws": "^8.2.0",
|
|
"@anticrm/client": "~0.6.1",
|
|
"@anticrm/platform": "~0.6.5",
|
|
"@anticrm/model": "~0.6.0",
|
|
"fast-equals": "^2.0.3",
|
|
"@elastic/elasticsearch": "^7.14.0",
|
|
"@anticrm/elastic": "~0.6.0",
|
|
"@anticrm/server-core": "~0.6.1",
|
|
"@anticrm/server-token": "~0.6.0",
|
|
"@anticrm/model-attachment": "~0.6.0",
|
|
"@anticrm/mongo": "~0.6.0",
|
|
"@anticrm/dev-storage": "~0.6.0",
|
|
"@anticrm/server-attachment": "~0.6.0",
|
|
"@anticrm/server-attachment-resources": "~0.6.0",
|
|
"xml2js": "~0.4.23",
|
|
"@anticrm/model-recruit": "~0.6.0",
|
|
"@anticrm/recruit": "~0.6.2",
|
|
"@anticrm/task": "~0.6.0",
|
|
"@anticrm/chunter": "~0.6.1",
|
|
"mime-types": "~2.1.34",
|
|
"@anticrm/attachment": "~0.6.1",
|
|
"@anticrm/server-contact": "~0.6.1",
|
|
"@anticrm/server-contact-resources": "~0.6.0",
|
|
"@anticrm/server-tool": "~0.6.0"
|
|
}
|
|
}
|