-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 914 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": "sistema-artigoseletronicos",
"version": "1.0.0",
"description": "Um pequeno site de vendas de artigos de esportes eletronicos.",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon --delay 10 index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gabriel Santana Silva",
"license": "GPL-3.0",
"dependencies": {
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"mongoose": "^6.2.9"
},
"devDependencies": {
"eslint": "^8.12.0",
"nodemon": "^2.0.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PuniGC/Sistema-ArtigosEletronicos.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/PuniGC/Sistema-ArtigosEletronicos/issues",
"email": "gabriel04.ok@gmail.com"
},
"homepage": "https://github.com/PuniGC/Sistema-ArtigosEletronicos#readme"
}