{
    "name": "@galaxywolfv/devanime",
    "version": "1.0.7",
    "description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "version": "auto-changelog -p && git add CHANGELOG.md",
        "lint": "prettier --write .",
        "test": "jest",
        "test:anime": "jest ./test/anime",
        "test:books": "jest ./test/books/libgen.test.ts",
        "test:comics": "jest ./test/comics",
        "test:movies": "jest ./test/movies",
        "test:manga": "jest ./test/manga",
        "test:lightnovels": "jest ./test/light-novels",
        "test:news": "jest ./test/news",
        "test:meta": "jest ./test/meta"
    },
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/galaxywolfv/devanime-library.git"
    },
    "keywords": [
        "consumet",
        "scraper",
        "streaming",
        "anime",
        "books",
        "comics",
        "movies",
        "manga",
        "light-novels",
        "news",
        "meta"
    ],
    "authors": [
        "https://github.com/galaxywolfv"
    ],
    "license": "MIT",
    "homepage": "https://github.com/galaxywolfv/devanime-library#readme",
    "dependencies": {
        "ascii-url-encoder": "^1.2.0",
        "axios": "^0.27.2",
        "cheerio": "^1.0.0-rc.11",
        "crypto-js": "^4.1.1",
        "form-data": "^4.0.0"
    },
    "devDependencies": {
        "@commitlint/cli": "^17.0.3",
        "@commitlint/config-angular": "^17.0.3",
        "@types/crypto-js": "^4.1.1",
        "@types/jest": "^28.1.0",
        "@types/node": "^18.0.0",
        "@types/ws": "^8.5.3",
        "auto-changelog": "^2.4.0",
        "husky": "^8.0.1",
        "is-ci": "^3.0.1",
        "jest": "^28.1.0",
        "prettier": "^2.7.1",
        "ts-jest": "^28.0.4",
        "ts-node": "^10.9.1",
        "typescript": "^4.6.4"
    },
    "auto-changelog": {
        "template": "keepachangelog",
        "preset": "typescript-preset-eslint",
        "output": "CHANGELOG.md",
        "commitUrl": "https://github.com/galaxywolfv/devanime-library/commit/{id}",
        "compareUrl": "https://github.com/galaxywolfv/devanime-library/compare/{from}...{to}",
        "issueUrl": "https://github.com/galaxywolfv/devanime-library/issues/{id}",
        "mergeUrl": "https://github.com/galaxywolfv/devanime-library/pull/{id}"
    },
    "directories": {
        "doc": "docs",
        "example": "examples",
        "test": "test",
        "lib": "src"
    }
}
