forked from alura-cursos/nodejs-serverless-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 783 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
{
"name": "nodejs-serverless-framework",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -e js,html,mjs index.mjs",
"start": "node index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khaosdoctor/nodejs-serverless-framework.git"
},
"keywords": [],
"author": "Lucas Santos <[email protected]> (https://lsantos.dev/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/khaosdoctor/nodejs-serverless-framework/issues"
},
"homepage": "https://github.com/khaosdoctor/nodejs-serverless-framework#readme",
"devDependencies": {
"@types/node": "^18.11.9",
"nodemon": "^2.0.20",
"serverless": "^3.24.1"
},
"dependencies": {
"express": "^4.18.2"
}
}