UNPKG

ts-jest-mock-import-meta

Version:

A simple Typescript AST transformer for ts-jest, that mock import.meta expressions.

43 lines (42 loc) 981 B
{ "name": "ts-jest-mock-import-meta", "version": "1.3.0", "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": "29.5.14", "esbuild": "0.24.0", "jest": "29.7.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", "typescript": "5.6.3" } }