jkeveren-spotify-api
Version:
Promise based Spotify API wrapper that automatically refreshes access tokens
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "jkeveren-spotify-api",
"version": "0.3.1",
"description": "Promise based Spotify API wrapper that automatically refreshes access tokens",
"scripts": {
"test": "npx jest",
"test/unit": "npx jest src",
"test/integration": "npx jest end-to-end-tests",
"build": "npx tsc",
"prepare": "npm run build"
},
"engines": {
"nodejs": ">=14.19.0"
},
"main": "dist/index.js",
"devDependencies": {
"@types/jest": "^27.4.1",
"dotenv": "^16.0.0",
"jest": "^27.5.1",
"open": "^8.4.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"setupFiles": ["./testHelpers.ts"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkeveren/spotify-api-node.git"
},
"keywords": [
"Spotify",
"API",
"OAuth",
"wrap",
"wrapper"
],
"author": "James Keveren",
"license": "ISC",
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/jkeveren/spotify-api-node/issues"
},
"homepage": "https://github.com/jkeveren/spotify-api-node#readme"
}