{
    "name": "gogoanime-scraper",
    "version": "1.0.9",
    "description": "A scraper for Gogoanime",
    "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-dom-runner": "^1.0.8"
    },
    "devDependencies": {
        "@types/mocha": "^5.2.6",
        "@types/node": "^12.0.2",
        "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 \"gogoanime-scraper\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
    },
    "keywords": [
        "source-scraper",
        "source",
        "scrap",
        "scraper",
        "scrapers",
        "scraping",
        "extractor",
        "gogoanime.se",
        "gogoanime.sh"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/OpenByteDev/SourceScraper/issues"
    },
    "homepage": "https://github.com/OpenByteDev/SourceScraper#readme",
    "gitHead": "b4b0c4ec87875ab6012b72b2c90087c3b3238b35"
}
