-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "@plastic-io/plastic-io",
"version": "1.0.0",
"description": "Services for Plastic-IO Graphs.",
"scripts": {
"test": "jest",
"build-docs": "./node_modules/.bin/typedoc"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.10.0",
"@babel/preset-typescript": "^7.18.6",
"@types/aws-lambda": "^8.10.51",
"@types/node": "^9.6.61",
"aws-sdk": "^2.684.0",
"babel-jest": "^26.0.1",
"handlebars": "^4.5.0",
"jest": "^26.0.1",
"serverless": "^3.25.0",
"serverless-webpack": "^5.11.0",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.21",
"typescript": "^4.9.3",
"webpack": "^5.75.0"
},
"author": "[email protected]",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.421.0",
"@plastic-io/plastic-io": "2.0.1",
"deep-diff": "^1.0.2",
"flatted": "^3.2.9",
"jshashes": "^1.0.8",
"openai": "^4.11.0"
}
}