diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..5183143 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "spoticacher", + "version": "1.0.0", + "description": "A program that gets what your listening to on spotify, and automatically downloads it to a file.", + "main": "index.js", + "scripts": { + "start": "node index.js" + }, + "repository": { + "type": "git", + "url": "https://git.violets-purgatory.dev/bingus_violet/SpotiCacher" + }, + "keywords": [ + "Spotify", + "Cache", + "Discord", + "Lanyard" + ], + "author": "Violet", + "license": "Unlicense" +}