21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"name": "lastfm-node-relay",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.3.0",
|
|
"last-fm": "^5.3.0",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"description": ""
|
|
}
|