{
  "name": "@nokkel/testing",
  "version": "0.1.14-rc.3",
  "description": "A typescript testing library for Koa APIs or Cypress e2e testing",
  "keywords": [
    "app",
    "nokkel",
    "testing",
    "jest",
    "cypress",
    "koa",
    "nock",
    "typescript"
  ],
  "license": "MIT",
  "author": "Nokkel <developer@nokkel.com>",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:cjs": "tsc --project tsconfig.json",
    "build:esm": "tsc --project tsconfig.esm.json",
    "clean": "rimraf dist",
    "precompile": "npm run clean",
    "compile": "npm run build:cjs && npm run build:esm",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "prepack": "npm run compile",
    "prepublish": "npm run compile"
  },
  "dependencies": {
    "@types/chance": "^1.1.6",
    "chance": "^1.1.12",
    "@badeball/cypress-cucumber-preprocessor": "^24.0.0",
    "jsonwebtoken": "^9.0.2",
    "nock": "^13.5.6",
    "node-mocks-http": "1.17.2",
    "rimraf": "^5.0.10"
  },
  "devDependencies": {
    "@nokkel/typescript": "^2.0.0-rc.3",
    "@types/jest": "^29.5.12",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/koa": "^2.14.0",
    "@types/node": "^20.11.18",
    "@typescript-eslint/eslint-plugin": ">=7",
    "@typescript-eslint/parser": ">=7",
    "eslint": ">=8",
    "eslint-config-prettier": ">=9",
    "eslint-plugin-jest": ">=27",
    "eslint-plugin-node": ">=11",
    "eslint-plugin-prettier": ">=5",
    "eslint-plugin-simple-import-sort": ">=12",
    "prettier": ">=3",
    "prettier-eslint": ">=16",
    "typescript": ">=5",
    "vitest": "^2.1.9"
  },
  "peerDependencies": {
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "kafkajs": "^2.2.4",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2"
  },
  "engines": {
    "node": ">=22",
    "vscode": ">=1.95"
  }
}
