UNPKG

mp4upload-scraper

Version:
56 lines (55 loc) 1.78 kB
{ "name": "mp4upload-scraper", "version": "1.0.11", "description": "A scraper for MP4Upload", "author": "OpenByte <development.openbyte@gmail.com>", "main": "dist/index.js", "types": "types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/OpenByteDev/SourceScraper.git" }, "dependencies": { "source-scraper-core": "^1.1.5", "source-scraper-jwplayer-runner": "^1.0.10" }, "devDependencies": { "@types/mocha": "^5.2.6", "@types/node": "^12.0.2", "@types/typescript": "^2.0.0", "mocha": "^6.1.4", "npm-run-all": "^4.1.5", "source-scraper-test-utils": "^1.1.5", "ts-node": "^8.1.0", "ts-typie": "^1.1.1", "tslint": "^5.16.0", "tslint-eslint-rules": "^5.4.0", "typedoc": "^0.14.2", "typescript": "^3.4.5" }, "scripts": { "ci-test": "npm-run-all lint build test", "test": "mocha test/*.spec.ts", "lint": "tslint -p .", "lint-fix": "tslint -p . --fix", "build": "tsc", "gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name \"mp4upload-scraper\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals" }, "keywords": [ "source-scraper", "source", "scrap", "scraper", "scrapers", "scraping", "extractor", "mp4upload", "mp4upload.com" ], "license": "MIT", "bugs": { "url": "https://github.com/OpenByteDev/SourceScraper/issues" }, "homepage": "https://github.com/OpenByteDev/SourceScraper#readme", "gitHead": "b4b0c4ec87875ab6012b72b2c90087c3b3238b35" }