@moscowcity/ym-api
Version:
Forked version of https://github.com/kontsevoye/ym-api with removed console.error
39 lines (38 loc) • 896 B
JSON
{
"name": "@moscowcity/ym-api",
"version": "1.2.86",
"homepage": "https://github.com/kontsevoye/ym-api",
"description": "Forked version of https://github.com/kontsevoye/ym-api with removed console.error",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "mxscowc1ty.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kontsevoye/ym-api.git"
},
"keywords": [
"yandex",
"music",
"api",
"wrapper",
"yandex.music"
],
"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 ."
}
}