@spotify/web-api-ts-sdk
Version:
A typescript SDK for the Spotify Web API
24 lines (23 loc) • 498 B
JSON
{
"name": "example_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next-auth": "^4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
}
}