{
  "name": "ts-jest-mock-import-meta",
  "version": "1.3.2",
  "description": "A simple Typescript AST transformer for ts-jest, that mock import.meta expressions.",
  "keywords": [
    "ts-jest",
    "jest",
    "transformer",
    "AST",
    "import.meta"
  ],
  "scripts": {
    "release": "tsc && esbuild dist/index.js --minify --outfile=dist/index.min.js",
    "build": "tsc",
    "test": "jest --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ThomZz/ts-jest-mock-import-meta.git"
  },
  "peerDependencies": {
    "ts-jest": ">=20.0.0"
  },
  "main": "dist/index.min.js",
  "types": "dist/index.d.ts",
  "author": "Thomas-Louis Simard",
  "license": "MIT",
  "files": [
    "dist/index.min.js",
    "dist/index.d.ts",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "esbuild": "^0.28.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.3",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.2"
  }
}
