spotify-ts-wrapper
Version:
Spotify TypeScript wrapper.
28 lines (27 loc) • 584 B
JSON
{
"name": "spotify-ts-wrapper",
"version": "1.0.22",
"main": "dist/index",
"license": "MIT",
"repository": {
"url": "https://github.com/rit3zh/spotify.ts"
},
"keywords": [
"spotify",
"spotify-wrapper",
"spotify-dl",
"node-spotify-dl"
],
"scripts": {
"build:dev": "nodemon dist/index.js",
"watch": "tsx watch src/index.ts",
"watch:dev": "npx tsc --watch"
},
"devDependencies": {
"@types/node": "^22.2.0",
"tsx": "^4.17.0",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.4",
"typescript": "^5.5.4"
}
}