oapen-suggestion-service/api/package.json

20 lines
483 B
JSON

{
"name": "oapen-suggestion-service-api",
"version": "0.0.1",
"description": "An API which allows you to search for books with similar content from the oapen.org library.",
"main": "app.js",
"scripts": {
"dev": "nodemon ./app.js",
"start": "node app.js"
},
"author": "",
"license": "../LICENSE.md",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.1",
"pg-promise": "^10.12.0",
"node-watch": "^0.7.3",
"nodemon": "^2.0.20"
}
}