ts-npm-ytmusic-api/package.json

36 lines
783 B
JSON

{
"name": "ytmusic-api",
"version": "1.1.1",
"description": "YouTube Music API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "zS1L3NT <zechariahtan144@gmail.com> (http://www.zectan.com)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/zS1L3NT/ts-npm-ytmusic-api"
},
"scripts": {
"test": "ts-mocha --timeout 10000 src/__tests__/**/*.spec.ts"
},
"dependencies": {
"axios": "^0.25.0",
"tough-cookie": "^4.0.0",
"validate-any": "1.3.1"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@types/tough-cookie": "^4.0.1",
"mocha": "^9.2.2",
"mocha.parallel": "^0.15.6",
"ts-mocha": "^9.0.2",
"typescript": "^4.5.5"
},
"keywords": [
"youtube",
"music",
"api"
]
}