@procot/webostv
Version:
Source code of the webOSTV.js library
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@procot/webostv",
"version": "1.2.6",
"description": "Source code of the webOSTV.js library",
"main": "index.js",
"scripts": {
"test": "npm run tslint && npm run type-check && npm run dtslint",
"dtslint": "dtslint --localTs node_modules/typescript/lib",
"tslint": "tslint -p ./tsconfig.json */*.ts",
"type-check": "tsc --noEmit -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/procot/webostv.git"
},
"keywords": [
"webOSTV.js",
"webOSTV",
"webostv",
"webos",
"webOS",
"webosdev",
"webOSDev"
],
"author": {
"name": "Ilya Istomin",
"email": "ilyaistomin9817@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/procot/webostv/issues"
},
"homepage": "https://github.com/procot/webostv#readme",
"devDependencies": {
"dtslint": "^4.2.1",
"husky": "^4.3.6",
"tslint": "^6.1.3",
"typescript": "^4.6.2"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}