{
  "name": "@mattrglobal/rn-bbs-signatures",
  "version": "1.2.0",
  "author": "MATTR",
  "license": "Apache-2.0",
  "description": "An implementation of BBS+ signatures using rust and typescript for react native",
  "main": "lib/commonjs/index",
  "types": "lib/typescript/src/index.d.ts",
  "module": "lib/module/index",
  "react-native": "src/index",
  "source": "src/index",
  "repository": "https://github.com/mattrglobal/rn-bbs-signatures",
  "bugs": {
    "url": "https://github.com/mattrglobal/rn-bbs-signatures/issues"
  },
  "homepage": "https://github.com/mattrglobal/rn-bbs-signatures#readme",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "rn-bbs-signatures.podspec",
    "!lib/typescript/example"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "format": "prettier --write \"**/*.ts\" \"**/*.md\"  \"!**/lib/**\"",
    "lint": "eslint \"**/*.{js,ts,tsx}\" --color --format=table",
    "lint:fix": "yarn lint --fix",
    "license:check": "license-checker-rseidelsohn --excludePrivatePackages --excludePackagesStartingWith '@mattrglobal;' --onlyAllow 'MIT;BSD;Apache-2.0;Apache License, Version 2.0;Apache*;Unlicense;ISC;Artistic-2.0;WTFPL;CC-BY-3.0;CC-BY-4.0;CC0-1.0;Python-2.0;MPL-2.0;BlueOak-1.0.0;' --summary",
    "pre-pr": "yarn clean && yarn format && yarn lint:fix && yarn build && yarn test",
    "build": "bob build",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods",
    "prepare": "husky install",
    "publish:unstable": "./scripts/publish_unstable.sh",
    "publish:release": "./scripts/publish.sh",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "version:release": "yarn version --minor --message \"chore(release): publish\""
  },
  "devDependencies": {
    "@commitlint/cli": "17.7.1",
    "@commitlint/config-conventional": "17.7.0",
    "@react-native/eslint-config": "0.74.0",
    "@types/react": "18.2.33",
    "@types/react-native": "0.71.10",
    "conventional-changelog": "3.1.25",
    "conventional-changelog-cli": "2.2.2",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.0.0",
    "husky": "8.0.3",
    "license-checker-rseidelsohn": "4.3.0",
    "pod-install": "0.1.0",
    "prettier": "2.7.1",
    "pretty-quick": "2.0.1",
    "react": "18.2.0",
    "react-native": "0.71.18",
    "react-native-builder-bob": "0.20.0",
    "typescript": "4.8.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "buffer": "5.6.0"
  },
  "engines": {
    "node": ">=18"
  },
  "resolutions": {
    "cross-spawn": ">=6.0.6"
  }
}
