hy0 / package.json
no1b4me's picture
Update package.json
142b5a2 verified
raw
history blame contribute delete
710 Bytes
{
"name": "stremio-addon-manager",
"version": "1.0.0",
"description": "A web application to manage Stremio addons",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"stremio",
"addon",
"manager"
],
"author": "",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongoose": "^8.9.5",
"node-fetch": "^2.6.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}