-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "aws-nodejs-integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha -b -r ts-node/register --exit -t 99999 --recursive './**/*.test.ts'",
"run": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:DannyChowGitHub/aws-nodejs-integration.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DannyChowGitHub/aws-nodejs-integration/issues"
},
"homepage": "https://github.com/DannyChowGitHub/aws-nodejs-integration#readme",
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.553.0",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"papaparse": "^5.3.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/chai": "^4.2.12",
"@types/lodash": "^4.14.161",
"@types/mocha": "^8.0.3",
"@types/node": "^14.0.27",
"@types/papaparse": "^5.2.2",
"@types/sinon": "^9.0.5",
"@types/traverse": "^0.6.32",
"@types/uuid": "^8.3.0",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"mocha": "^8.1.3",
"serverless-offline": "^6.5.0",
"serverless-plugin-typescript": "^1.1.9",
"serverless-webpack": "^5.2.0",
"sinon": "^9.0.3",
"traverse": "^0.6.6",
"ts-loader": "^8.0.2",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.7",
"webpack": "^4.29.0"
}
}