-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "remak-embedding",
"version": "1.0.0",
"description": "remak embedding lambda function with SQS",
"author": "",
"license": "MIT",
"scripts": {
"dev": "serverless invoke local -f remak-embedding -p test/testEvent/textDirect.json",
"prepare": "husky install",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.449.0",
"@aws-sdk/s3-request-presigner": "^3.449.0",
"@opensearch-project/opensearch": "^2.4.0",
"axios": "^1.6.1",
"gpt-tokenizer": "^2.1.2",
"openai": "^4.61.0",
"pdf-parse": "^1.1.1",
"serverless-postgres": "^2.1.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.449.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"commitlint-config-git-commit-emoji": "^1.0.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"serverless-dotenv-plugin": "^6.0.0",
"serverless-lift": "^1.28.1",
"serverless-plugin-typescript": "^2.1.5",
"serverless-prune-plugin": "^2.0.2",
"typescript": "^5.2.2"
}
}