UNPKG

spotify-now-playing

Version:

<div align="center"> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-1.png" /> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-2.png" /> <img src="https://github.co

44 lines (43 loc) 888 B
{ "version": "1.1.4", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "name": "spotify-now-playing", "author": "bigarmTomi", "keywords": [ "spotify", "spotify-now-playing", "playing", "current", "track", "music", "typescript" ], "repository": "git://github.com/bigarmTomi/spotify-now-playing", "module": "dist/use-spotify.esm.js", "dependencies": { "axios": "^1.1.3" }, "devDependencies": { "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.8.4" } }