UNPKG

searchtify

Version:

a search package for spotify that requires no credentials!

50 lines 1.35 kB
{ "name": "searchtify", "version": "2.0.1", "author": { "name": "VillainsRule", "url": "https://github.com/VillainsRule" }, "repository": { "type": "git", "url": "git+https://github.com/VillainsRule/searchtify.git" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "bugs": { "url": "https://github.com/VillainsRule/searchtify/issues" }, "description": "a search package for spotify that requires no credentials!", "files": [ "package.json", "dist/**/*", "README.md" ], "homepage": "https://github.com/VillainsRule/searchtify", "keywords": [ "spotify", "search", "thirdparty", "api", "searchtify" ], "scripts": { "build": "rm -rf dist/ && bun cli/build.ts && bunx --bun tsc", "doesitwork": "bun tests/does-it-work.js", "secrets": "bun secrets/scrape.ts" }, "type": "module", "devDependencies": { "@types/bun": "^1.3.2", "esbuild": "^0.27.3", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "typescript": "5" } }