@maserokun/yandex-music-api
Version:
Forked version of https://github.com/kontsevoye/ym-api with some changes
34 lines (33 loc) • 756 B
JSON
{
"name": "@maserokun/yandex-music-api",
"version": "1.0.8",
"description": "Forked version of https://github.com/kontsevoye/ym-api with some changes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "maserokun",
"keywords": [
"yandex-music",
"ym-api",
"wrapper-api",
"yandex-music",
"music"
],
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/node": "^14.14.16",
"@types/xml2js": "^0.4.7",
"prettier": "2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"format": "npx prettier --write ."
}
}