UNPKG

apple-music-jwt

Version:

A library for creating JWTs for accessing the Apple Music API.

41 lines (40 loc) 933 B
{ "name": "apple-music-jwt", "version": "0.2.0", "description": "A library for creating JWTs for accessing the Apple Music API.", "main": "src/index.js", "bin": "./bin/apple-music-jwt", "scripts": { "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/scottrhoyt/apple-music-jwt.git" }, "keywords": [ "Apple", "Music", "API", "JWT", "Token", "Developer" ], "author": "Scott Hoyt", "license": "MIT", "bugs": { "url": "https://github.com/scottrhoyt/apple-music-jwt/issues" }, "homepage": "https://github.com/scottrhoyt/apple-music-jwt#readme", "dependencies": { "jsonwebtoken": "^8.1.0", "prompt": "^1.0.0", "yargs": "^10.0.3" }, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "mocha": "^4.0.1", "nyc": "^11.4.0" } }