-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
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
{
"name": "serverless-di",
"version": "1.0.0",
"description": "Serverless-di module contains all deps",
"main": "index.js",
"dependencies": {
"reflect-metadata": "^0.1.13",
"inversify": "^5.0.1",
"base-64": "^0.1.0",
"utf8": "^3.0.0"
},
"scripts": {},
"author": "Rushi patel",
"license": "ISC",
"devDependencies": {
"@bazel/bazel": "0.25.1",
"@bazel/buildifier": "0.25.1",
"@bazel/ibazel": "0.10.3",
"@bazel/jasmine": "0.29.2",
"@bazel/typescript": "0.29.0",
"@types/jasmine": "3.3.14",
"@types/mocha": "5.2.7",
"@types/node": "11.13.18",
"@types/utf8": "2.1.6",
"aws-sdk": "2.496.0",
"jasmine": "3.4.0",
"mem": "5.1.1",
"mocha": "6.2.0",
"prettier": "1.18.2",
"typescript": "3.5.3"
}
}