oapen-suggestion-service/api/package.json

19 lines
458 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": {
"express": "^4.18.1",
"node-watch": "^0.7.3",
"nodemon": "^2.0.20",
"pg-promise": "^10.12.0"
}
}