mirror of
https://github.com/Noratrieb/spotify-sorter-node.git
synced 2026-01-14 08:35:12 +01:00
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "spotify-sorter-node",
|
|
"author": "Nilstrieb",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prestart": "yarn tsc",
|
|
"start": "node bin/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^16.9.2",
|
|
"@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"
|
|
}
|
|
}
|