{
    "name": "@dhis2/multi-calendar-dates",
    "version": "3.0.0",
    "license": "BSD-3-Clause",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "start": "react-scripts start",
        "build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
        "build:package": "d2-app-scripts build",
        "build": "yarn build:package && yarn build:types",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "lint": "yarn d2-style check \"src/**\"",
        "lint:staged": "yarn lint --staged",
        "format": "yarn d2-style apply",
        "format:staged": "yarn format --staged",
        "cucumber": "NODE_OPTIONS=\"--loader ts-node/esm --no-warnings --experimental-specifier-resolution=node --require ./scripts/cucumber-polyfill-alias.cjs\" cucumber-js --require-module ts-node/register --require **/features/**/*.ts --tags=\"not @skip\""
    },
    "eslintConfig": {
        "extends": [
            "react-app",
            "react-app/jest"
        ]
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    },
    "files": [
        "/build/**"
    ],
    "main": "./build/cjs/index.js",
    "module": "./build/es/index.js",
    "types": "./build/types/index.d.ts",
    "exports": {
        "import": "./build/es/index.js",
        "require": "./build/cjs/index.js",
        "types": "./build/types/index.d.ts"
    },
    "jest": {
        "transformIgnorePatterns": [
            "/!node_modules\\/@js-temporal/"
        ],
        "moduleNameMapper": {
            "^@js-temporal/polyfill-patched$": "<rootDir>/src/vendor/temporal/index.ts"
        },
        "collectCoverageFrom": [
            "**/*.{js,jsx,ts,tsx}",
            "!<rootDir>/node_modules/",
            "!<rootDir>/*.ts",
            "!<rootDir>/src/vendor/**",
            "!<rootDir>/coverage/**/*.*"
        ],
        "coverageThreshold": {
            "global": {
                "branches": 85,
                "functions": 92,
                "lines": 92,
                "statements": 92
            }
        }
    },
    "dependencies": {
        "@dhis2/d2-i18n": "^1.1.3",
        "@js-temporal/polyfill": "0.5.1",
        "classnames": "^2.3.2"
    },
    "peerDependencies": {
        "react": ">=16.8",
        "react-dom": ">=16.8"
    },
    "devDependencies": {
        "@cucumber/cucumber": "^8.9.0",
        "@dhis2/cli-app-scripts": "^10.2.0",
        "@dhis2/cli-style": "^10.4.3",
        "@testing-library/jest-dom": "^5.16.5",
        "@testing-library/react": "^12.1.2",
        "@testing-library/react-hooks": "^8.0.1",
        "@testing-library/user-event": "^13.5.0",
        "@types/jest": "^27.5.2",
        "@types/node": "^16.11.65",
        "@types/react": "^16.8",
        "@types/react-dom": "^16.8",
        "@types/testing-library__react": "^10.2.0",
        "@types/testing-library__react-hooks": "^4.0.0",
        "babel-plugin-module-resolver": "^5.0.3",
        "jest-cucumber": "^3.0.1",
        "react": "^16.14",
        "react-dom": "^16.14",
        "react-scripts": "5.0.1",
        "ts-node": "^10.9.1",
        "typescript": "^6.0.3"
    },
    "release": {
        "branches": [
            {
                "name": "main"
            },
            {
                "name": "next",
                "channel": "next"
            },
            {
                "name": "beta",
                "channel": "beta",
                "prerelease": true
            },
            {
                "name": "alpha",
                "channel": "alpha",
                "prerelease": true
            }
        ]
    }
}
