{
    "name": "@chayns-components/textstring",
    "version": "5.0.61",
    "description": "A set of beautiful React components for developing your own applications with chayns.",
    "sideEffects": false,
    "browserslist": [
        ">0.5%",
        "not dead",
        "not op_mini all",
        "not IE 11"
    ],
    "keywords": [
        "chayns",
        "react",
        "components"
    ],
    "author": "Tobit.Software",
    "homepage": "https://github.com/TobitSoftware/chayns-components/tree/main/packages/textstring#readme",
    "license": "MIT",
    "types": "lib/types/index.d.ts",
    "main": "lib/cjs/index.js",
    "module": "lib/esm/index.js",
    "exports": {
        ".": {
            "types": "./lib/types/index.d.ts",
            "node": "./lib/cjs/index.js",
            "require": "./lib/cjs/index.js",
            "default": "./lib/esm/index.js"
        }
    },
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "lib",
        "AGENTS.md"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TobitSoftware/chayns-components.git"
    },
    "scripts": {
        "build": "npm run build:cjs && npm run build:esm && npm run build:types",
        "build:types": "tsc",
        "build:cjs": "cross-env NODE_ENV=cjs babel src --out-dir lib/cjs --extensions=.ts,.tsx --source-maps --ignore=src/stories",
        "build:esm": "cross-env NODE_ENV=esm babel src --out-dir lib/esm --extensions=.ts,.tsx --source-maps --ignore=src/stories",
        "watch:js": "npm run build:esm -- --watch",
        "link": "npm link && npm run watch:js"
    },
    "bugs": {
        "url": "https://github.com/TobitSoftware/chayns-components/issues"
    },
    "devDependencies": {
        "@babel/cli": "^7.28.6",
        "@babel/core": "^7.29.0",
        "@babel/preset-env": "^7.29.0",
        "@babel/preset-react": "^7.28.5",
        "@babel/preset-typescript": "^7.28.5",
        "@types/react": "^18.3.28",
        "@types/react-dom": "^18.3.7",
        "@types/styled-components": "^5.1.36",
        "@types/uuid": "^10.0.0",
        "babel-loader": "^9.2.1",
        "cross-env": "^7.0.3",
        "lerna": "^8.2.4",
        "react": "^18.3.1",
        "react-dom": "^18.3.1",
        "styled-components": "^6.3.9",
        "typescript": "^5.9.3"
    },
    "dependencies": {
        "@chayns/uac-service": "^0.0.62",
        "react-compiler-runtime": "^1.0.0"
    },
    "peerDependencies": {
        "chayns-api": ">=2.2.0",
        "motion": ">=12.4.1",
        "react": ">=18.0.0",
        "react-dom": ">=18.0.0",
        "styled-components": ">=5.3.11"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "1c31468fbb8681539a13524f059d7109189b990d"
}
