SpotiCacher/package.json

22 lines
479 B
JSON
Raw Normal View History

2024-07-04 20:28:59 -05:00
{
"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"
}