mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
39 lines
787 B
Plaintext
39 lines
787 B
Plaintext
{
|
|
"name": "@lukehagar/plexjs",
|
|
"version": "{{npmVersion}}",
|
|
"description": "Community Made Plex JS/TS Module",
|
|
"author": "Luke Hagar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LukeHagar/plexjs.git"
|
|
},
|
|
"keywords": [
|
|
"axios",
|
|
"typescript",
|
|
"openapi",
|
|
"api",
|
|
"plex",
|
|
"plex media server",
|
|
"pms",
|
|
"{{npmName}}"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LukeHagar/plexjs/issues"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --outDir ./dist",
|
|
"prepare": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"axios-retry": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.11.5",
|
|
"typescript": "^4.0"
|
|
}
|
|
}
|