-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 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
34
35
{
"name": "adopet-backend",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/camilapessoa/adopet-backend.git"
},
"author": [
"Camila <[email protected]> (http://barnyrubble.tumblr.com/)",
"Emerson Laranja <[email protected]> (http://github.com/EmersonLaranja)"
],
"scripts": {
"start": "node src/server.js"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/camilapessoa/adopet-backend/issues"
},
"homepage": "https://github.com/camilapessoa/adopet-backend#readme",
"dependencies": {
"express": "^4.18.2",
"pg": "^8.10.0",
"sequelize": "^6.29.3"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"nodemon": "^2.0.21"
}
}