searchtify
Version:
a search package for spotify that requires no credentials!
37 lines • 908 B
JSON
{
"name": "searchtify",
"version": "1.2.8",
"author": {
"name": "VillainsRule",
"url": "https://github.com/VillainsRule"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VillainsRule/searchtify.git"
},
"exports": {
"./package.json": "./package.json",
".": "./src/index.js"
},
"bugs": {
"url": "https://github.com/VillainsRule/searchtify/issues"
},
"description": "a search package for spotify that requires no credentials!",
"files": [
"package.json",
"src/**/*.js",
"README.md"
],
"homepage": "https://github.com/VillainsRule/searchtify",
"keywords": [
"spotify",
"search",
"thirdparty",
"api",
"searchtify"
],
"scripts": {
"doesitwork": "bun tests/does-it-work.js"
},
"type": "module"
}