mirror of
https://github.com/Noratrieb/spotify-sorter-node.git
synced 2026-01-14 16:45:11 +01:00
webserver for login
This commit is contained in:
parent
dbac630155
commit
d39420b3dc
8 changed files with 332 additions and 1 deletions
10
package.json
10
package.json
|
|
@ -2,9 +2,17 @@
|
|||
"name": "spotify-sorter-node",
|
||||
"author": "Nilstrieb",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prestart": "yarn tsc",
|
||||
"start": "node bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^16.9.2",
|
||||
"typescript": "^4.4.3"
|
||||
"@types/spotify-web-api-js": "^0.21.0",
|
||||
"open": "^8.2.1",
|
||||
"spotify-web-api-js": "^1.5.1",
|
||||
"typescript": "^4.4.3",
|
||||
"xhr2": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ts-node": "^10.2.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue