@angular-builders/jest
Version:
Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma
68 lines (67 loc) • 1.86 kB
JSON
{
"name": "@angular-builders/jest",
"version": "21.0.3",
"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": "5.0.3",
"@angular-devkit/architect": ">=0.2100.0 < 0.2200.0",
"@angular-devkit/core": "^21.0.0",
"jest-preset-angular": "^16.0.0",
"lodash": "^4.17.15"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"jest": "^30.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"cpy-cli": "^5.0.0",
"jest": "30.0.0",
"quicktype": "^15.0.260",
"rimraf": "^5.0.0",
"typescript": "5.9.3"
},
"gitHead": "df93aba91f4bdace2a54e0052e9b4603638f9fd4"
}