mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-06 04:20:40 +00:00
29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"name": "plex-api-oauth",
|
|
"version": "1.2.7",
|
|
"description": "An NPM Module designed to make Plex Media Server and plex.tv API calls easier to implement in JavaScript and React projects",
|
|
"main": "./src/index.js",
|
|
"keywords": [
|
|
"plex",
|
|
"plex-api",
|
|
"OAuth",
|
|
"Plex",
|
|
"API"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha ./test/index.test.js"
|
|
},
|
|
"author": "Luke Hagar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"plex-oauth": "^2.0.2",
|
|
"qs": "^6.11.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.0.0"
|
|
}
|
|
}
|