-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
36
37
38
39
40
41
{
"name": "teste",
"version": "1.0.0",
"description": "This api will be used in my personal project and is only for studies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "Fabio",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"pg": "^8.7.3",
"sequelize": "^6.16.1",
"sequelize-cli": "^6.4.1"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"sucrase": "^3.20.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiosdsilva/api-rest-library.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/fabiosdsilva/api-rest-library/issues"
},
"homepage": "https://github.com/fabiosdsilva/api-rest-library#readme"
}