-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 975 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 975 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
33
34
35
36
37
{
"name": "hello_world",
"version": "1.0.0",
"description": "hello world sample for NodeJS",
"main": "app.js",
"repository": "https://github.com/awslabs/aws-sam-cli/tree/develop/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs",
"author": "SAM CLI",
"license": "MIT",
"scripts": {
"compile": "tsc"
},
"dependencies": {
"axios": "^1.9.0",
"esbuild": "^0.14.14",
"luxon": "^3.6.1",
"mysql2": "^3.14.1",
"sequelize": "^6.37.7"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.821.0",
"@aws-sdk/credential-providers": "^3.821.0",
"@jest/globals": "^29.2.0",
"@types/aws-lambda": "^8.10.149",
"@types/jest": "^29.2.0",
"@types/luxon": "^3.6.2",
"@types/node": "^20.17.57",
"dotenv": "^16.5.0",
"jest": "^29.2.1",
"prettier": "^2.8.8",
"sequelize-auto": "^0.8.8",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"yaml": "^2.8.0"
}
}