yandex-music
Version:
Creative and progressive Node.js framework for applications that interact with yandex music
80 lines (79 loc) • 2.1 kB
JSON
{
"name": "yandex-music",
"version": "1.7.0",
"author": "N0N1m3",
"description": "Creative and progressive Node.js framework for applications that interact with yandex music",
"license": "GPL-3.0-only",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md",
"test": "mocha --project tsconfig.spec.json -r ts-node/register tests/**/*.spec.ts",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prebuild": "rimraf dist && npm run lint:fix",
"build": "tsc -p tsconfig.json && node build.js",
"commit": "npm run lint:fix && npm run test",
"change": "auto-changelog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n0n1m3/yandex-music.git"
},
"bugs": {
"url": "https://github.com/n0n1m3/yandex-music/issues"
},
"homepage": "https://github.com/n0n1m3/yandex-music#readme",
"husky": {
"hooks": {
"pre-commit": "commit"
}
},
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/jest": "^28.1.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"auto-changelog": "^2.4.0",
"chai": "^4.3.6",
"eslint": "^8.17.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"mocha": "^10.0.0",
"prettier": "^2.7.0",
"rimraf": "^3.0.2",
"tsc": "^2.0.4",
"typescript": "^4.7.3",
"ts-node": "^10.8.1"
},
"keywords": [
"yandex",
"music",
"yandex-music",
"yandex-music-nodejs",
"yandex-music-js",
"yandex-music-ts",
"yandex-music-api",
"yandex-music-api-nodejs",
"yandex-music-api-js",
"yandex-music-api-ts",
"yandex music",
"yandex music nodejs",
"yandex music js",
"yandex music ts",
"yandex music api",
"yandex music api nodejs",
"yandex music api js",
"yandex music api ts"
]
}