AuthorizationServerDemos/Node/real-estate/package.json
2021-01-17 11:17:21 +03:00

18 lines
329 B
JSON

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