UNPKG

@daint2-configs/jest-preset

Version:
54 lines (53 loc) 1.28 kB
{ "name": "@daint2-configs/jest-preset", "version": "1.2.0", "description": "My jest preset", "keywords": [ "daint2", "daint2-configs", "jest", "jest-preset" ], "author": "daint2 <daint2dev@gmail.com>", "homepage": "https://github.com/daint2git/daint2-configs#readme", "license": "MIT", "main": "jest-preset.js", "engines": { "node": ">=12.17.0" }, "files": [ "dist", "jest-preset.js", "package.json", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/daint2git/daint2-configs.git", "directory": "packages/jest-preset" }, "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", "typecheck": "tsc -p tsconfig.json" }, "bugs": { "url": "https://github.com/daint2git/daint2-configs/issues" }, "dependencies": { "@babel/core": "^7.11.1", "babel-jest": "^26.2.2", "deepmerge": "^4.2.2", "jest": "^26.2.2", "jest-serializer": "^26.2.0", "jest-serializer-vue": "^2.0.2", "jest-watch-typeahead": "^0.6.0", "ts-jest": "^26.1.4", "vue-jest": "^3.0.6" }, "gitHead": "64478673fc9bb64f8c39a4c7231efb7a4af0229c" }