mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 15:55:05 -04:00
36 lines
805 B
JSON
36 lines
805 B
JSON
{
|
|
"name": "plex-oauth",
|
|
"version": "2.1.0",
|
|
"description": "Small library to handle simple OAuth with Plex",
|
|
"repository": {
|
|
"url": "https://github.com/Dmbob/plex-oauth"
|
|
},
|
|
"main": "build/src/index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build && npm test",
|
|
"test": "jasmine-ts --config=jasmine.json",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [
|
|
"plex",
|
|
"oauth"
|
|
],
|
|
"author": "Bob Henley",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jasmine": "^3.6.10",
|
|
"@types/node": "^14.14.43",
|
|
"jasmine": "^3.7.0",
|
|
"jasmine-spec-reporter": "^5.0.2",
|
|
"jasmine-ts": "^0.3.3",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.9"
|
|
},
|
|
"files": [
|
|
"build/**/*"
|
|
],
|
|
"dependencies": {
|
|
"axios": "^0.26.1"
|
|
}
|
|
}
|