33 lines
709 B
JSON
33 lines
709 B
JSON
{
|
|
"name": "openmoviedb",
|
|
"version": "1.0.0",
|
|
"description": "An openmoviedb where you can save which movies you own.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "openmoviedb"
|
|
},
|
|
"keywords": [
|
|
"movie",
|
|
"imdb"
|
|
],
|
|
"author": "TheGreydiamond",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"config-js": "^1.1.14",
|
|
"eta": "^1.12.1",
|
|
"express": "^4.17.1",
|
|
"form-data": "^4.0.0",
|
|
"imdb-api": "^4.4.1",
|
|
"node-fetch": "^2.6.1",
|
|
"node-html-parser": "^3.1.2",
|
|
"quagga": "^0.12.1",
|
|
"request": "^2.88.2",
|
|
"sqlite3": "^5.0.2",
|
|
"sync-request": "^6.1.0"
|
|
}
|
|
}
|