UNPKG

@manhgdev/spotifyweb

Version:

Spotify library in typescript without using the Spotify Web API. No authentication required with automatic internal token generation.

44 lines (43 loc) 958 B
{ "name": "@manhgdev/spotifyweb", "version": "0.2.1", "description": "Spotify library in typescript without using the Spotify Web API. No authentication required with automatic internal token generation.", "main": "dist/index.js", "type": "module", "directories": { "test": "tests" }, "scripts": { "build": "tsc -p tsconfig.build.json" }, "files": [ "dist", "LICENSE", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/tr1ckydev/spotifly.git" }, "keywords": [ "api", "music", "spotify", "spotifyweb", "spotify-api", "spotify-web-api" ], "author": "tr1ckydev", "license": "MIT", "bugs": { "url": "https://github.com/tr1ckydev/spotifly/issues" }, "homepage": "https://github.com/tr1ckydev/spotifly#readme", "engines": { "node": ">=17.5.0" }, "devDependencies": { "bun-types": "^0.6.12", "typescript": "^5.8.2" } }