generated from nullplatform/technology-templates-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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
{
"name": "technology-templates-nodejs-serverless",
"version": "1.0.0",
"description": "NodeJS Serverless Template Example",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nullplatform/technology-templates-nodejs-serverless.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nullplatform/technology-templates-nodejs-serverless/issues"
},
"homepage": "https://github.com/nullplatform/technology-templates-nodejs-serverless#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.525.0",
"@aws-sdk/util-dynamodb": "3.525.0",
"@fastify/aws-lambda": "4.0.0",
"@fastify/view": "9.0.0",
"axios": "1.6.7",
"ejs": "3.1.9",
"fastify": "4.26.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"jest": "29.7.0"
}
}