{
  "name": "@marko/jest",
  "description": "A preprocessor and preset to use Marko with Jest",
  "version": "6.0.1",
  "author": "Dylan Piercey <dpiercey@ebay.com>",
  "bugs": "https://github.com/marko-js/jest/issues",
  "dependencies": {
    "concat-with-sourcemaps": "^1.1.0",
    "enhanced-resolve-jest": "^1.1.0",
    "merge-source-map": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-modules-commonjs": "^7.28.6",
    "@babel/preset-typescript": "^7.28.5",
    "@commitlint/cli": "^20.4.2",
    "@commitlint/config-conventional": "^20.4.2",
    "@jest/transform": "^30.2.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.3.0",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "babel-jest": "^30.2.0",
    "esbuild": "^0.27.3",
    "esbuild-register": "^3.6.0",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.0.4",
    "eslint-plugin-prettier": "^4.2.1",
    "fixpack": "^4.0.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "jest-config": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-transform-css": "^6.0.3",
    "lint-staged": "^16.2.7",
    "marko": "^5.38.24",
    "prettier": "^3.8.1",
    "standard-version": "^9.5.0",
    "tiny-glob": "^0.2.9",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist/preset",
    "dist/transform",
    "preset",
    "transform"
  ],
  "homepage": "https://github.com/marko-js/jest",
  "keywords": [
    "jest",
    "marko",
    "test"
  ],
  "license": "MIT",
  "main": "transform/node.js",
  "peerDependencies": {
    "jest-config": "23 - 30"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marko-js/jest"
  },
  "scripts": {
    "build": "tsc && node build.js",
    "ci:test": "npm run jest -- --ci --coverage",
    "format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
    "jest": "node -r esbuild-register $(which jest) --runInBand",
    "lint": "tsc && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",
    "lint:eslint": "eslint -f visualstudio .",
    "lint:prettier": "prettier '**/*{.ts,.js,.json,.md,.yml,rc}'",
    "prepare": "husky install",
    "prepublishOnly": "npm run build",
    "release": "standard-version",
    "report": "open ./coverage/lcov-report/index.html",
    "test": "npm run jest -- --watch",
    "test:inspect": "node -r esbuild-register --inspect=0.0.0.0 $(which jest) --watch --runInBand --testTimeout 99999999"
  },
  "types": "dist/transform/node.d.ts"
}
