UNPKG

@lightningjs/sdk

Version:

The Lightning-SDK helps you build great Lightning-based TV apps!

63 lines (62 loc) 1.59 kB
{ "name": "@lightningjs/sdk", "version": "5.5.4", "license": "Apache-2.0", "types": "index.d.ts", "scripts": { "postinstall": "node ./scripts/postinstall.js", "lint": "eslint '**/*.js'", "release": "npm publish --access public", "typedoc": "typedoc --tsconfig tsconfig.typedoc.json", "tsd": "tsd" }, "lint-staged": { "*.js": [ "eslint --fix" ], "src/startApp.js": [ "rollup -c ./rollup.config.js" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "@babel/polyfill": "^7.11.5", "@lightningjs/core": "^2.13.1", "@metrological/sdk": "^1.0.2", "@michieljs/execute-as-promise": "^1.0.0", "deepmerge": "^4.2.2", "is-plain-object": "^5.0.0", "localcookies": "^2.0.0", "shelljs": "^0.8.5", "url-polyfill": "^1.1.10", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/plugin-transform-parameters": "^7.10.5 ", "@babel/plugin-transform-spread": "^7.11.0", "@babel/preset-env": "^7.11.5", "babel-eslint": "^10.1.0", "eslint": "^7.10.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.3.0", "lint-staged": "^10.4.0", "prettier": "^1.19.1", "rollup": "^1.32.1", "rollup-plugin-babel": "^4.4.0", "tsd": "^0.22.0", "typedoc": "^0.23.9" }, "repository": { "type": "git", "url": "git@github.com:rdkcentral/Lightning-SDK.git" }, "bugs": { "url": "https://github.com/rdkcentral/Lightning-SDK/issues" } }