{
  "name": "@pagopa/react-native-cie",
  "version": "1.4.2",
  "description": "CIE (Carta di Identità Elettronica) module for react native.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    ".ios/**/*",
    "android/**/*",
    "index.js",
    "index.d.ts",
    ".react-native-cie.podspec"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "preversion": "auto-changelog  --config .auto-changelog.json --unreleased --commit-limit false --stdout --template preview.hbs",
    "version": "auto-changelog -p --config .auto-changelog.json --unreleased && git add CHANGELOG.md",
    "release": "release-it",
    "test-npm-publish": "npm publish --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pagopa/io-cie-sdk.git"
  },
  "keywords": [
    "cie",
    "react-native"
  ],
  "author": "Matteo Boschi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pagopa/io-cie-android-sdk/issues"
  },
  "homepage": "https://github.com/pagopa/io-cie-android-sdk#readme",
  "devDependencies": {
    "auto-changelog": "^2.2.1",
    "danger": "^10.6.0",
    "danger-plugin-digitalcitizenship": "^1.0.0",
    "release-it": "15.5.0",
    "@release-it/conventional-changelog": "5.0.0"
  },
  "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": {}
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
