UNPKG

@jvdx/jest-preset

Version:
40 lines (39 loc) 842 B
{ "name": "@jvdx/jest-preset", "version": "1.13.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": "^29.7.0", "jest": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "ts-jest": "^29.3.4" }, "scripts": { "test": "jest --config jest-preset.js --showConfig" } }