@orchestrator-ui/jest-config
Version:
Contains the jest configuration used in the Workflow orchestrator frontend projects
42 lines (41 loc) • 1.3 kB
JSON
{
"name": "@orchestrator-ui/jest-config",
"version": "1.5.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"provenance": true
},
"description": "Contains the jest configuration used in the Workflow orchestrator frontend projects",
"author": {
"name": "Workflow Orchestrator Programme",
"email": "workfloworchestrator.board@commonsconservancy.org",
"url": "https://www.workfloworchestrator.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
},
"homepage": "https://www.workfloworchestrator.org",
"keywords": [
"orchestrator",
"workflow",
"workflow orchestrator",
"jest"
],
"scripts": {
"build": "tsup jest-base.config.js --format esm",
"dev": "npm run build -- --watch"
},
"main": "./dist/",
"dependencies": {
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2"
}
}