Initialize
This commit is contained in:
parent
8265d7236f
commit
5985b27656
2 changed files with 21 additions and 0 deletions
0
index.js
Normal file
0
index.js
Normal file
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue