{
  "name": "wordpress-api-client",
  "description": "WordPress-API Client for JS/TS",
  "version": "0.4.9",
  "author": "dkress59",
  "bugs": "https://github.com/dkress59/wordpress-api-client/issues",
  "license": "MIT",
  "main": "./dist/index.js",
  "repository": "https://github.com/dkress59/wordpress-api-client",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "check:script": "eslint src --ext .ts --fix-dry-run --report-unused-disable-directives",
    "lint:script": "eslint src --ext .ts --fix",
    "test": "jest --selectProjects core",
    "test:e2e": "jest --selectProjects e2e --runInBand",
    "test:watch": "jest --selectProjects core --watchAll",
    "doctor": "yarn dlx @yarnpkg/doctor",
    "docker": "docker compose -f __tests__/e2e/docker-compose.yml up -d",
    "docker:build": "docker compose -f __tests__/e2e/docker-compose.yml build --no-cache --pull",
    "docker:down": "docker compose -f __tests__/e2e/docker-compose.yml down --volumes",
    "_postinstall": "husky install",
    "prepack": "yarn pinst --disable",
    "postpack": "yarn pinst --enable"
  },
  "types": "./dist/index.d.ts",
  "contributors": [
    {
      "name": "Damian Kress",
      "email": "wordpress@damiankress.de"
    }
  ],
  "dependencies": {
    "@tool-belt/type-predicates": "1.2.2",
    "cross-fetch": "3.1.5",
    "wp-types": "3.61.0"
  },
  "devDependencies": {
    "@tool-belt/eslint-config": "1.5.1",
    "@types/eslint": "8.21.0",
    "@types/faker": "5.5.9",
    "@types/jest": "28.1.8",
    "@types/jest-specific-snapshot": "0.5.6",
    "@types/node": "16.18.12",
    "@types/source-map-support": "0.5.6",
    "@typescript-eslint/eslint-plugin": "5.51.0",
    "@typescript-eslint/parser": "5.51.0",
    "chalk": "5.2.0",
    "eslint": "8.33.0",
    "eslint-config-prettier": "8.6.0",
    "eslint-import-resolver-typescript": "2.7.1",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jest": "26.9.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "eslint-plugin-sonarjs": "0.14.0",
    "eslint-plugin-unused-imports": "2.0.0",
    "faker": "5.5.3",
    "husky": "8.0.3",
    "interface-forge": "1.5.1",
    "jest": "28.1.3",
    "jest-specific-snapshot": "5.0.0",
    "pinst": "3.0.0",
    "prettier": "2.8.4",
    "source-map-support": "0.5.21",
    "ts-jest": "28.0.8",
    "ts-node": "10.9.1",
    "typescript": "4.9.5"
  },
  "engines": {
    "node": "14.17.0 || >=16.0.0"
  },
  "keywords": [
    "typescript",
    "wordpress",
    "headless",
    "nodejs",
    "REST",
    "api client",
    "wpapi",
    "wp-api",
    "wp-json",
    "json",
    "js",
    "ts",
    "wp"
  ],
  "packageManager": "yarn@3.4.1"
}
