@jjdenhertog/plex-music-search
Version:
Library to find tracks in your Plex Library
32 lines (31 loc) • 888 B
JSON
{
"name": "@jjdenhertog/plex-music-search",
"version": "1.0.23",
"description": "Library to find tracks in your Plex Library",
"keywords": [
"plex",
"music",
"search"
],
"homepage": "https://github.com/jjdenhertog/plex-music-search",
"license": "MIT",
"scripts": {
"deploy": "tsc && npm version patch --no-git-tag-version && cp package.json ./dist && cp README.md ./dist && cd dist && npm publish --access public",
"build": "tsc"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@jjdenhertog/music-search": "^1.0.10",
"axios": "^1.4.0",
"qs": "^6.12.0",
"string-similarity-js": "^2.1.4"
},
"devDependencies": {
"@types/node": "^20.3.0",
"@types/qs": "^6.9.14",
"typescript": ">=4.7.4"
}
}