-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 927 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
{
"name": "atlassian-connect-express-dynamodb",
"version": "3.3.0",
"description": "Dynamodb bindings for atlassian-connect-express",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gellweiler/atlassian-connect-express-dynamodb.git"
},
"author": "Sebastian Gellweiler",
"license": "MIT",
"bugs": {
"url": "https://github.com/gellweiler/atlassian-connect-express-dynamodb/issues"
},
"homepage": "https://github.com/gellweiler/atlassian-connect-express-dynamodb#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.616.0",
"@aws-sdk/lib-dynamodb": "^3.616.0",
"lodash": "^4.17.15",
"rsvp": "^4.8.5"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3"
}
}