-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 864 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
{
"name": "alura-geek",
"version": "1.0.0",
"description": "Página de e-commerce versão administrador para uma loja online de produtos geek chamada Alura Geek, que está sendo desenvolvida como resultado de um Desafio Front-End (3ª edição) exclusivo para alunos da escola de tecnologia Alura.",
"main": "src/server.js",
"scripts": {
"start": "node .",
"init-db": "node src/db/init.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sucodelarangela/alura-geek.git"
},
"keywords": [],
"author": "Angela Caldas",
"license": "ISC",
"bugs": {
"url": "https://github.com/sucodelarangela/alura-geek/issues"
},
"homepage": "https://github.com/sucodelarangela/alura-geek#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.3",
"sqlite": "^4.0.25",
"sqlite3": "^5.0.2"
}
}