@@ -0,0 +1,27 @@
{
"name": "liri-node-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"dotenv": "^5.0.1",
"node-spotify-api": "^1.0.7",
"request": "^2.85.0",
"twitter": "^1.7.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/will-nolan27/liri-node-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/will-nolan27/liri-node-app/issues"
},
"homepage": "https://github.com/will-nolan27/liri-node-app#readme"
}