platform/services/rekoni/package.json

87 lines
2.7 KiB
JSON
Raw Normal View History

{
"name": "@hcengineering/rekoni-service",
"version": "0.6.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"tsconfig.json"
],
"author": "Anticrm Platform Contributors",
"license": "UNLICENSED",
"scripts": {
"build": "compile",
"_phase:bundle": "rushx bundle",
"_phase:docker-build": "rushx docker:build",
"_phase:docker-staging": "rushx docker:staging",
"docker:build": "docker build -t hardcoreeng/rekoni-service .",
"docker:staging": "./docker_tag.sh hardcoreeng/rekoni-service staging",
"docker:push": "./docker_tag.sh hardcoreeng/rekoni-service",
"bundle": "node esbuild.js",
"start": "ts-node-dev src/index.ts",
"run-local": "cross-env ts-node src/index.ts",
"check-ts": "tsc --noEmit",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"test": "jest --passWithNoTests --silent",
"format": "format src",
"find-skills": "ts-node ./src/find-skills.ts",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate",
"build:watch": "compile"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.6.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/html-to-text": "^8.1.1",
"@types/jimp": "^0.2.28",
"@types/node": "~20.11.16",
"@types/pdfjs-dist": "2.10.378",
"@types/sharp": "~0.32.0",
"node-loader": "~2.0.0",
"@types/body-parser": "~1.19.2",
"@types/mime-types": "~2.1.1",
"@types/express-form-data": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.8.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3",
"esbuild": "^0.20.0",
"eslint-plugin-n": "^15.4.0",
"prettier": "^3.1.0"
},
"dependencies": {
"@anticrm/skillset": "^0.6.0",
"@types/email-addresses": "^3.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "~16.0.0",
"email-addresses": "^5.0.0",
"express": "^4.19.2",
"express-form-data": "^2.0.22",
"html-to-text": "^9.0.3",
"jimp": "^0.16.1",
"jwt-simple": "^0.5.6",
"libphonenumber-js": "^1.9.46",
"mammoth": "^1.6.0",
"mime-types": "~2.1.34",
"pdfjs-dist": "2.12.313",
"sharp": "~0.32.0"
},
"description": "Document recognition service"
}