-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 885 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 885 Bytes
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
{
"name": "restful-api-postgresql-bit.io",
"version": "1.0.0",
"description": "API desenvolvida em Node/Express e PostgreSQL/Bit.io",
"main": "index.js",
"scripts": {
"start": "node index",
"devstart": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marckesin/RESTful-API-PostgreSQL-Bit.io.git"
},
"author": "Ronaldo",
"license": "MIT",
"keywords": [
"node",
"express",
"rest api",
"postgresql",
"dbaas",
"api"
],
"bugs": {
"url": "https://github.com/marckesin/RESTful-API-PostgreSQL-Bit.io/issues"
},
"homepage": "https://github.com/marckesin/RESTful-API-PostgreSQL-Bit.io#readme",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.0",
"pg": "^8.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}