AuthorizationServerDemos/Node/Property/package.json
Muhammad Azeez f78d6b3d73 node api
2021-01-12 13:06:29 +03:00

16 lines
277 B
JSON

{
"name": "real-estate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"pg": "^8.5.1"
}
}