mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-13 09:25:37 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@hcengineering/love-agent",
|
|
"version": "0.6.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",
|
|
"lint": "eslint src/**/*.ts",
|
|
"lint:fix": "eslint --fix src/**/*.ts",
|
|
"format": "pnpm lint:fix && prettier --write src/**/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "~20.11.16",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"esbuild": "^0.20.2",
|
|
"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.1.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@deepgram/sdk": "^3.8.1",
|
|
"@livekit/agents": "^0.3.3",
|
|
"@livekit/rtc-node": "^0.9.2",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
} |