UNPKG

@jvdx/jest-preset

Version:
40 lines (39 loc) 841 B
{ "name": "@jvdx/jest-preset", "version": "2.6.0", "description": "jvdx's jest preset", "author": "Joel Voss <mail@joelvoss.com>", "license": "MIT", "homepage": "https://github.com/joelvoss/jvdx-jest-preset", "bugs": { "url": "https://github.com/joelvoss/jvdx-jest-preset/issues" }, "repository": { "type": "git", "url": "git+https://github.com/joelvoss/jvdx-jest-preset.git" }, "engines": { "node": ">=18" }, "main": "jest-preset.js", "files": [ "jest-preset.js" ], "publishConfig": { "access": "public" }, "keywords": [ "jest", "preset", "jvdx" ], "dependencies": { "babel-jest": "^30.4.1", "jest": "^30.4.2", "jest-watch-typeahead": "^3.0.1", "ts-jest": "^29.4.9" }, "scripts": { "test": "jest --config jest-preset.js --showConfig" } }