kodi-api
Version:
A complete implementation of Kodi JSON-RPC calls in an easy-to-use Javascript/TypeScript client.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "kodi-api",
"version": "0.2.1",
"description": "A complete implementation of Kodi JSON-RPC calls in an easy-to-use Javascript/TypeScript client.",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"kodi",
"xbmc",
"api",
"kodi-controller",
"JSONRPC"
],
"scripts": {
"test": "npx nyc npx mocha",
"prepack": "npx tsc",
"docs": "npx typedoc"
},
"author": "Aaron Huggins <aaron@nuclearfamily.llc>",
"repository": {
"type": "git",
"url": "git@github.com:aaronhuggins/kodi-api.git"
},
"homepage": "https://aaronhuggins.github.io/kodi-api/",
"license": "ISC",
"dependencies": {
"jayson": "^3.4.4",
"jsonschema": "^1.4.0",
"rpc-websocket-client": "^1.1.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.19",
"@types/ws": "^7.4.0",
"dts-dom": "^3.6.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier-standard": "^16.3.0",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"typedoc": "^0.20.9",
"typescript": "^3.9.7"
}
}