This repository has been archived on 2023-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
TopRanks/package.json

54 lines
1.5 KiB
JSON

{
"name": "topranks",
"version": "1.0.0",
"description": "See your top ranking artists/tracks in a unique way.",
"main": "./src/app.js",
"engines": {
"node": ">=16.14.0"
},
"type": "module",
"scripts": {
"start": "node ./src/app.js",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chase/TopRanks.git"
},
"keywords": [],
"author": "Chase <c@chse.dev> (https://chse.dev)",
"contributors": [
""
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chase/TopRanks/issues"
},
"homepage": "https://github.com/chase/TopRanks#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.0",
"body-parser": "1.20.2",
"bootstrap": "5.3.0",
"cookie-parser": "1.4.6",
"dotenv": "16.3.1",
"ejs": "3.1.9",
"express": "4.18.2",
"express-flash": "0.0.2",
"express-rate-limit": "6.7.0",
"express-session": "1.17.3",
"helmet": "7.0.0",
"jquery": "3.7.0",
"morgan": "1.10.0",
"node-fetch": "3.3.1",
"passport": "0.6.0",
"passport-spotify": "2.0.0"
},
"devDependencies": {
"eslint": "8.44.0",
"eslint-config-chase": "1.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.4.3",
"eslint-plugin-unicorn": "47.0.0"
}
}