init: Node.js CRUD v1.0.0 — Express + PG, same table, Nubes design
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "tfnodejscrud",
|
||||
"version": "1.0.0",
|
||||
"description": "Node.js CRUD — PostgreSQL",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.21.0",
|
||||
"pg": "^8.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user