@livetv-app/epgdata
Version:
41 lines (40 loc) • 922 B
JSON
{
"name": "@livetv-app/epgdata",
"version": "0.1.2",
"keywords": [
"tv",
"tvguide",
"epg",
"data",
"types"
],
"license": "MIT",
"author": {
"name": "Samuel Elliott",
"url": "https://samuelthomas2774.github.io"
},
"homepage": "https://gitlab.fancy.org.uk/livetv-app/epgdata",
"bugs": {
"url": "https://gitlab.fancy.org.uk/livetv-app/epgdata/-/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.fancy.org.uk/livetv-app/epgdata.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/node": "^14.14.16",
"@types/xml2js": "^0.4.7",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public"
}
}