@numbereight/jest-utils
Version:
58 lines • 1.43 kB
JSON
{
"name": "@numbereight/jest-utils",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Chirag Mulchandani <chirag@numbereight.ai>",
"license": "MIT",
"homepage": "https://gitlab.com/numbereight/server/nodepackages/-/blob/master/packages/jest-utils/README.md",
"bugs": "contact-project+numbereight-nodepackages-jest-utils-57291350-issue-@incoming.gitlab.com",
"repository": {
"type": "git",
"url": "https://gitlab.com/numbereight/nodepackages/jest-utils"
},
"keywords": [
"jest-utils"
],
"exports": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"every": "yarn workspaces foreach -A \"$@\"",
"publish": "yarn npm publish",
"prepack": "run build",
"clean": "rm -rf ./dist"
},
"peerDependencies": {
"jest": "^29.6.2"
},
"devDependencies": {
"@numbereight/format": "^2.0.2",
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.4.5"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"packageManager": "yarn@4.1.1"
}