-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.12 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
{
"name": "iot-core-to-dynamo-db-function-2",
"version": "1.0.0",
"description": "A simple AWS Lambda function that moves data from AWS IoT Core to AWS Dynamo DB",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daeon97/iot-core-to-dynamo-db-function-2.git"
},
"author": "Engels Immanuel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daeon97/iot-core-to-dynamo-db-function-2/issues"
},
"homepage": "https://github.com/Daeon97/iot-core-to-dynamo-db-function-2#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.115",
"@types/node": "^18.16.3",
"@types/randomstring": "^1.1.8",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"aws-sdk": "^2.1371.0",
"esbuild": "^0.17.19",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"geohashing": "^1.1.2",
"prettier": "^2.8.8",
"randomstring": "^1.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}