@angular-builders/jest
Version:
Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "@angular-builders/jest",
"version": "20.0.0",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders",
"directory": "packages/jest"
},
"publishConfig": {
"access": "public"
},
"author": "JeB Barabanov",
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"main": "dist/index.js",
"files": [
"dist",
"builders.json"
],
"keywords": [
"jest",
"testing",
"test",
"angular",
"cli",
"builder",
"runner"
],
"builders": "builders.json",
"scripts": {
"prebuild": "yarn clean && yarn generate",
"build": "yarn prebuild && tsc -p tsconfig.lib.json && yarn postbuild",
"postbuild": "yarn copy && yarn test",
"test": "jest --config ../../jest-ut.config.js",
"e2e": "jest --config ../../jest-e2e.config.js",
"clean": "rimraf dist src/schema.ts",
"copy": "cpy --flat src/schema.json dist",
"generate": "quicktype -s schema src/schema.json -o src/schema.ts",
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@angular-builders/common": "4.0.0",
"@angular-devkit/architect": ">=0.2000.0 < 0.2100.0",
"@angular-devkit/core": "^20.0.0",
"jest-preset-angular": "14.6.0",
"lodash": "^4.17.15"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"jest": ">=29"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"cpy-cli": "^5.0.0",
"jest": "29.7.0",
"quicktype": "^15.0.260",
"rimraf": "^5.0.0",
"typescript": "5.8.3"
},
"gitHead": "a4c82a435c2be98fd8e0963d44cbd21e07915428"
}