-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"name": "Ecoleta-NLW",
"version": "1.0.0",
"description": "<div>\r <img src=\"https://img.shields.io/github/repo-size/jszvitor/JavaScript-RocketSeat-Course\">\r <a href=\"https://jszvitor.github.io\">\r <img src=\"https://img.shields.io/badge/made%20by-jszvitor-brightgreen\"/>\r </a>\r <a href=\"https://github.com/jszvitor\">\r <img alt=\"Made by jszvitor\" src=\"https://img.shields.io/github/followers/jszvitor?color=%2363FFA1&style=social\">\r </a>\r </div>",
"main": "src/server.js",
"scripts": {
"start": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jszvitor/Ecoleta.git"
},
"keywords": [
"Next Level Week",
"RocketSeat"
],
"author": "jszvitor",
"license": "ISC",
"bugs": {
"url": "https://github.com/jszvitor/Ecoleta/issues"
},
"homepage": "https://github.com/jszvitor/Ecoleta#readme",
"dependencies": {
"express": "^4.17.1",
"nunjucks": "^3.2.1",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}