{
    "name": "@nuskin/react-loyalty-elements",
    "version": "1.0.10",
    "description": "A React based component library for reusable Nextgen Loyalty component",
    "types": "dist/index.d.ts",
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "repository": {
        "type": "git",
        "url": "git@code.tls.nuskin.io:nextgen-development/loyalty/npm/react-loyalty-elements.git"
    },
    "homepage": "https://code.tls.nuskin.io/nextgen-development/loyalty/npm/react-loyalty-elements/-/blob/master/README.md",
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "react",
        "loyalty",
        "nextgen-loyalty",
        "react-loyalty-elements"
    ],
    "license": "MIT",
    "scripts": {
        "build:package": "tsup",
        "lint": "eslint src",
        "test": "jest --coverage",
        "test:watch": "jest --watch",
        "test:update-snapshot": "jest -u",
        "test:failed": "npx jest --onlyFailures",
        "test:coverage": "jest --coverage",
        "types:check": "tsc --pretty"
    },
    "dependencies": {
        "@types/react": "^18.2.0",
        "@types/react-dom": "^18.2.0",
        "react-circular-progressbar": "^2.1.0",
        "react-dom": "^18.2.0",
        "react-icons": "^4.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.23.2",
        "@babel/preset-env": "^7.23.2",
        "@babel/preset-react": "^7.22.15",
        "@babel/preset-typescript": "^7.23.2",
        "@nuskin/eslint-config": "^1.0.0-setup.1",
        "@nuskin/foundation-ui-components": "2.0.0",
        "@swc/core": "1.10.15",
        "@testing-library/dom": "10.4.0",
        "@testing-library/jest-dom": "^6.6.3",
        "@testing-library/react": "16.2.0",
        "@types/jest": "^29.5.7",
        "@types/lodash": "^4.14.200",
        "@types/node": "^20.8.7",
        "@types/react-test-renderer": "^18.0.5",
        "@typescript-eslint/eslint-plugin": "^8.28.0",
        "@typescript-eslint/parser": "^8.28.0",
        "babel-jest": "^29.7.0",
        "babel-loader": "^9.1.3",
        "babel-plugin-emotion": "^11.0.0",
        "eslint": "^8.51.0",
        "eslint-config-prettier": "^10.1.1",
        "eslint-plugin-json": "^3.1.0",
        "eslint-plugin-prettier": "^5.2.4",
        "eslint-plugin-react": "^7.37.4",
        "eslint-plugin-spellcheck": "^0.0.20",
        "eslint-plugin-unused-imports": "^4.1.4",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "prettier": "^3.5.3",
        "react": "^18.2.0",
        "tsup": "8.3.6",
        "typescript": "^5.4.2"
    },
    "peerDependencies": {
        "@nuskin/foundation-ui-components": "2.0.0",
        "react": "^18.2.0",
        "typescript": "^5.4.2"
    },
    "resolutions": {
        "@nuskin/foundation-theme": "1.7.0",
        "esbuild": "0.25.0",
        "@babel/runtime": "7.26.10",
        "@babel/helpers": "7.26.10"
    },
    "files": [
        "dist",
        "README.md",
        "package.json"
    ],
    "readme": "./README.md",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        },
        "./*": {
            "types": "./dist/*/index.d.ts",
            "import": "./dist/*/index.mjs",
            "require": "./dist/*/index.js"
        }
    },
    "typesVersions": {
        "*": {
            "*": [
                "./dist/*/index.d.ts"
            ],
            ".": [
                "./dist/index.d.ts"
            ]
        }
    }
}
