-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
39
40
{
"name": "bnds-sls",
"version": "0.1.0",
"description": "bnds-sls",
"main": "index.js",
"scripts": {
"test": "serverless-bundle test",
"start": "sls offline start --httpPort 3001 --migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eperezf/bnds-sls.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eperezf/bnds-sls/issues"
},
"homepage": "https://github.com/eperezf/bnds-sls#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.15.0",
"@aws-sdk/client-s3": "^3.37.0",
"@aws-sdk/lib-dynamodb": "^3.15.0",
"@aws-sdk/s3-request-presigner": "^3.37.0",
"@opensearch-project/opensearch": "^1.0.0",
"amazon-cognito-identity-js": "^5.2.0",
"axios": "^0.24.0",
"nanoid": "^2.1.11"
},
"devDependencies": {
"serverless-bundle": "^5.0.0",
"serverless-dynamodb-local": "^0.2.4",
"serverless-offline": "^8.2.0",
"serverless-offline-dotenv": "^0.4.0"
},
"jshintConfig": {
"esversion": 8,
"node": true
}
}