@radicalcondor/jest-config
Version:
Jest config for Radical Condor repositories
57 lines (56 loc) • 1.62 kB
JSON
{
"name": "@radicalcondor/jest-config",
"description": "Jest config for Radical Condor repositories",
"version": "0.5.1",
"license": "MIT",
"main": "src/index.json",
"keywords": [
"radicalcondor",
"jest",
"jest-config"
],
"homepage": "https://github.com/radicalcondor/config",
"repository": {
"type": "git",
"url": "https://github.com/radicalcondor/config.git",
"directory": "packages/jest-config"
},
"bugs": {
"url": "https://github.com/radicalcondor/config/issues"
},
"author": {
"name": "Radical Condor",
"url": "https://github.com/radicalcondor"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "echo '0'",
"lint": "npm-run-all lint:*",
"lint:js": "prettier src/** --write",
"lint:npm": "npmPkgJsonLint .",
"posttest": "rimraf src/schema.json src/schema.json.bak",
"precommit": "lint-staged",
"pretest": "curl https://raw.githubusercontent.com/barakplasma/schemastore/master/src/schemas/json/jestconfig.json > src/schema.json && ajv migrate -s src/schema.json",
"test": "ajv validate -s src/schema.json -d src/index.json --remove-additional=failing --errors=json -c ajv-formats"
},
"peerDependencies": {
"jest": ">=26",
"ts-jest": ">=26"
},
"devDependencies": {
"@radicalcondor/internal": "^0.5.1",
"ajv-cli": "^5",
"ajv-formats": "^2",
"lint-staged": "^11",
"npm-package-json-lint": "^5",
"npm-run-all": "^4",
"prettier": "^2",
"rimraf": "^3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b52b8d6e8a7d78f28d5f50144f0b58ce3b6371a6"
}