spotify-search-tag-parser
Version:
Parse Spotify search tags
38 lines (37 loc) • 711 B
JSON
{
"name": "spotify-search-tag-parser",
"version": "1.0.4",
"description": "Parse Spotify search tags",
"license": "MIT",
"repository": "https://github.com/thiagorizzo/spotify-search-tag-parser.git",
"author": {
"name": "Thiago Luiz Parrillo Rizzo",
"email": "thiagorizzo@gmail.com"
},
"main": "src/index.js",
"files": [
"src/index.js"
],
"scripts": {
"test": "jest"
},
"keywords": [
"github",
"release",
"releases",
"new",
"generate",
"url",
"query",
"search",
"parameters",
"params",
"spotify",
"tag",
"tags",
"parser"
],
"devDependencies": {
"jest": "^27.4.5"
}
}