This repository has been archived on 2025-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
WheelOfPorn/server/package.json

23 lines
435 B
JSON

{
"name": "wheelofporn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"shuffle-array": "^1.0.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}