UNPKG

@alline/scraper-tvdb

Version:

TVDB scraper for Alline.

51 lines (50 loc) 1.18 kB
{ "name": "@alline/scraper-tvdb", "version": "2.0.0", "description": "TVDB scraper for Alline.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "https://gitlab.com/alline/scraper-tvdb.git" }, "publishConfig": { "access": "public" }, "scripts": { "prebuild": "rimraf lib", "build": "tsc", "lint": "eslint --ext .ts src", "publish": "semantic-release" }, "files": [ "lib" ], "keywords": [ "Alline", "Plex" ], "author": "Joshua Avalon", "license": "Apache-2.0", "devDependencies": { "@joshuaavalon/eslint-config-typescript": "^4.0.1", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/gitlab": "^6.0.4", "@types/lodash": "^4.14.157", "@types/node": "^14.0.20", "eslint": "^7.4.0", "prettier": "^2.0.5", "rimraf": "^3.0.2", "semantic-release": "^17.1.1", "typescript": "^3.9.6" }, "dependencies": { "@alline/core": "^3.0.1", "@alline/model": "^1.1.1", "axios": "^0.19.2", "lodash": "^4.17.19", "moment": "^2.27.0", "tapable": "^2.0.0-beta.11" } }