UNPKG

ym-api-meowed

Version:

A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru

41 lines 996 B
{ "name": "ym-api-meowed", "version": "1.3.5", "description": "A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Anton Petrov", "contributors": [ "Anton Petrov (https://itsmepetrov.com)", "Evgeny Kontsevoy (https://github.com/kontsevoye)", "Donnevtis (https://github.com/Donnevtis)", "KotIsOff (https://github.com/kotisoff)" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kotisoff/ym-api-meowed.git" }, "keywords": [ "yandex", "music", "api", "wrapper", "yandex.music" ], "dependencies": { "axios": "^1.7.7", "xml2js": "^0.6.2" }, "devDependencies": { "@types/node": "^22.5.4", "@types/xml2js": "^0.4.14", "prettier": "3.3.3", "typescript": "^5.6.2" }, "scripts": { "build": "tsc", "prepublish": "npm run build", "format": "npx prettier --write ." } }