{
  "name": "@pagopa/io-app-design-system",
  "version": "8.1.0",
  "description": "The library defining the core components of the design system of @pagopa/io-app",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest --config='./jest.config.js'",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prettify": "prettier --write \"src/**/*.{ts,tsx}\"",
    "prettier:check": "prettier --check \"src/**/*.{ts,tsx}\"",
    "prepack": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example",
    "generate:icons": "node scripts/generateNewIcons.js",
    "generate:pictograms": "node scripts/generateNewPictograms.js",
    "generate": "npm-run-all generate:*"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/pagopa/io-app-design-system.git",
  "author": "PagoPa (https://github.com/pagopa)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pagopa/io-app-design-system/issues"
  },
  "homepage": "https://pagopa.github.io/io-app-design-system",
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-transform-class-properties": "^7.25.9",
    "@babel/plugin-transform-export-namespace-from": "^7.25.9",
    "@babel/plugin-transform-private-methods": "^7.25.9",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@commitlint/config-conventional": "^17.0.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@react-native/babel-preset": "^0.82.1",
    "@release-it/conventional-changelog": "^5.0.0",
    "@stylistic/eslint-plugin": "^2.12.1",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@testing-library/react-native": "^13.2.0",
    "@types/jest": "^29.5.14",
    "@types/markdown-it": "^14.1.2",
    "@types/react": "^19.2.0",
    "@types/react-test-renderer": "19.1.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "commitlint": "^17.0.2",
    "del-cli": "^5.0.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-functional": "^5.0.8",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react-native-a11y": "^3.3.0",
    "fs-extra": "^11.1.1",
    "jest": "^29.6.3",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "19.2.0",
    "react-native": "0.83.4",
    "react-native-builder-bob": "^0.38.0",
    "react-test-renderer": "19.2.0",
    "release-it": "^15.0.0",
    "svgo": "^3.0.2",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-native": "*",
    "react-native-easing-gradient": "*",
    "react-native-gesture-handler": "*",
    "react-native-haptic-feedback": "*",
    "react-native-linear-gradient": "*",
    "react-native-reanimated": ">=4.0.0",
    "react-native-safe-area-context": "*",
    "react-native-svg": "*",
    "react-native-worklets": "*"
  },
  "engines": {
    "node": ">= 20"
  },
  "packageManager": "yarn@3.6.4",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}",
      "changelog": "yarn auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
    },
    "hooks": {
      "after:bump": "yarn auto-changelog -p && git add ."
    },
    "npm": {
      "publish": false
    },
    "github": {
      "release": true
    },
    "plugins": {}
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "example/webpack.config.js",
    "example/metro.config.js",
    "babel.config.js",
    "scripts/",
    ".eslintrc.js"
  ],
  "prettier": {
    "trailingComma": "none",
    "arrowParens": "avoid",
    "parser": "typescript"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "exclude": [
      "example"
    ],
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "auto-changelog": "^2.4.0",
    "markdown-it": "^14.1.0",
    "react-native-easing-gradient": "^1.1.1",
    "react-native-gesture-handler": "^2.25.0",
    "react-native-haptic-feedback": "^2.3.3",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-reanimated": "4.3.1",
    "react-native-safe-area-context": "^5.6.2",
    "react-native-svg": "^15.14.0",
    "react-native-worklets": "^0.8.3"
  },
  "resolutions": {
    "arktype": "1.0.25"
  }
}
