Initialize

This commit is contained in:
bingus_violet 2024-07-04 20:28:59 -05:00
parent 8265d7236f
commit 5985b27656
2 changed files with 21 additions and 0 deletions

0
index.js Normal file
View file

21
package.json Normal file
View file

@ -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"
}