mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@hcengineering/love-agent",
|
|
"version": "0.7.0",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"files": [
|
|
"lib/**/*",
|
|
"types/**/*",
|
|
"tsconfig.json"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node esbuild.config.js",
|
|
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/love-agent",
|
|
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/love-agent",
|
|
"lint": "eslint src/**/*.ts",
|
|
"lint:fix": "eslint --fix src/**/*.ts",
|
|
"format": "prettier --write src/**/*.ts && pnpm lint:fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"esbuild": "^0.25.10",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@deepgram/sdk": "^4.11.2",
|
|
"@livekit/agents": "^0.7.4",
|
|
"@livekit/rtc-node": "^0.13.11",
|
|
"dotenv": "^16.4.5",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["esbuild"]
|
|
}
|
|
}
|