first
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "raven-scott-metal-website",
|
||||
"version": "1.0.0",
|
||||
"description": "Metal themed website for Raven Scott's music.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"ejs": "^3.1.8",
|
||||
"express": "^4.18.1",
|
||||
"puppeteer": "^23.6.0",
|
||||
"rss-to-json": "^2.1.1",
|
||||
"sitemap": "^8.0.0",
|
||||
"soundcloud-scraper": "^5.0.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user