{
  "name": "kodikwrapper",
  "version": "3.0.6",
  "description": "A kodikapi.com wrapper for Node.JS",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "scripts": {
    "build": "rm -rf ./dist && tsup",
    "test": "vitest",
    "docs": "typedoc --out docs src/index.ts --gitRevision master --skipErrorChecking"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/node": "^18.19.130",
    "@typescript-eslint/eslint-plugin": "^8.57.1",
    "@typescript-eslint/parser": "^8.57.1",
    "eslint": "^10.1.0",
    "tsup": "^7.2.0",
    "typedoc": "^0.28.17",
    "typescript": "^5.9.3",
    "vitest": "^0.34.6"
  },
  "keywords": [
    "kodik"
  ],
  "homepage": "https://github.com/thedvxchsquad/kodikwrapper",
  "repository": {
    "type": "git",
    "url": "https://github.com/thedvxchsquad/kodikwrapper.git"
  },
  "author": "thedvxchsquad",
  "license": "WTFPL"
}
