-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.03 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": "pbd-api",
"version": "1.0.0",
"description": "��#\u0000 \u0000p\u0000r\u0000o\u0000j\u0000e\u0000t\u0000o\u0000-\u0000b\u0000a\u0000n\u0000c\u0000o\u0000-\u0000d\u0000e\u0000-\u0000d\u0000a\u0000d\u0000o\u0000s\u0000-\u0000p\u0000o\u0000k\u0000e\u0000h\u0000e\u0000l\u0000p\u0000-\u0000a\u0000p\u0000i\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vickyad/projeto-banco-de-dados-pokehelp-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vickyad/projeto-banco-de-dados-pokehelp-api/issues"
},
"homepage": "https://github.com/vickyad/projeto-banco-de-dados-pokehelp-api#readme",
"dependencies": {
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mysql": "^2.18.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}