UNPKG

spotify-api.js

Version:

A complete node js wrapper of spotify api with oauth support

45 lines (44 loc) 1.38 kB
{ "name": "spotify-api.js", "version": "9.2.5", "description": "A complete node js wrapper of spotify api with oauth support", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/spotify-api/spotify-api.js" }, "homepage": "https://github.com/spotify-api/spotify-api.js#readme", "readme": "https://github.com/spotify-api/spotify-api.js#readme", "keywords": [ "spotify", "spotify.js", "spotifyapi", "spotify-api", "spotify-oauth", "spotify-api.js", "spotify-api-wrapper" ], "author": "Abh80", "license": "MIT", "dependencies": { "axios": "^1.1.3", "spotify-types": "^1.0.0" }, "devDependencies": { "@types/node": "18.11.9", "express": "^4.17.1", "typedoc": "^0.23.7", "typescript": "^4.3.5" }, "scripts": { "docs": "npx typedoc --entryPoints src/index.ts --json docs/docs.json", "docs:types": "npx typedoc --entryPoints apiTypes/typings/index.d.ts --json docs/typings.json", "build": "npx tsc --project tsconfig.json", "build:types": "cd apiTypes && npx tsc --project tsconfig.json", "test": "node test" } }