28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "music-library-tools",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"scripts": {
|
|
"deezify": "bun run src/deezify.js",
|
|
"now-playing": "bun run src/now-playing.js",
|
|
"request-bot": "bun run src/request-bot.js",
|
|
"pillow": "bun run src/pillow.js",
|
|
"sendgb": "bun run src/sendgb.js",
|
|
"uamal": "bun run src/unambigious-artist-lookup.js"
|
|
},
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"bun": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^14.0.2",
|
|
"discord.js": "^14.25.1",
|
|
"fast-levenshtein": "^3.0.0",
|
|
"spotify-web-api-node": "^5.0.2"
|
|
}
|
|
}
|