-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.14 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
{
"name": "nlw-3",
"version": "1.0.0",
"description": "![shields](https://img.shields.io/github/forks/vitoralvesp/nlw-3?color=29B6D1&label=forks&style=for-the-badge)\r <img src=\"https://img.shields.io/github/license/vitoralvesp/nlw-3?color=29B6D1&style=for-the-badge\"/> \r <img src=\"https://img.shields.io/github/issues/vitoralvesp/nlw-3?color=29B6D1&style=for-the-badge\"/> \r <img src=\"https://img.shields.io/github/stars/vitoralvesp/nlw-3?color=29B6D1&style=for-the-badge\"/>\r [![rocketseat](https://img.shields.io/static/v1?label=PROJECT%20OF&message=ROCKETSEAT&color=8257E6&style=for-the-badge)](https://www.adobe.com/br/products/xd/details.html)",
"main": "index.js",
"scripts": {
"start": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitoralvesp/NLW-3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vitoralvesp/NLW-3/issues"
},
"homepage": "https://github.com/vitoralvesp/NLW-3#readme",
"dependencies": {
"express": "^4.17.1",
"hbs": "^4.1.1",
"nodemon": "^2.0.5",
"sqlite-async": "^1.1.0"
}
}