@episodehunter/thetvdb
Version:
Helper lib for thetvdb api
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "@episodehunter/thetvdb",
"description": "Helper lib for thetvdb api",
"version": "4.0.3",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "jest",
"start": "tsc --watch"
},
"author": "tjoskar <kontakta@oskarkarlsson.nu>",
"bugs": {
"url": "https://github.com/episodehunter/episodehunter/issues",
"email": "kontakta@oskarkarlsson.nu"
},
"dependencies": {
"@types/node": "^12.7.9",
"@types/node-fetch": "^2.5.2",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/jest": "25.2.3",
"jest": "26.1.0",
"simple-spy": "3.0.1",
"ts-jest": "26.1.3",
"typescript": "3.9.7"
},
"homepage": "https://github.com/episodehunter/episodehunter/packages/thetvdb",
"keywords": [
"thetvdb"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/episodehunter/episodehunter"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"gitHead": "05d7fbdfc4d7ee6e9ea4d92517f8c1a90b964964"
}