{
  "name": "@sphereon/rn-vc-js",
  "version": "1.0.1-0",
  "description": "Verifiable Credentials React Native library.",
  "homepage": "https://github.com/Sphereon-Opensource/rn-vc-js",
  "author": {
    "name": "React native port by Sphereon, forked from Digital Bazaar, Inc.",
    "email": "support@sphereon.com",
    "url": "https://digitalbazaar.com/, https://sphereon.com"
  },
  "contributors": [
    "Dave Longley <dlongley@digitalbazaar.com>",
    "David I. Lehn <dlehn@digitalbazaar.com>",
    "Dmitri Zagidulin <dmitriz@digitalbazaar.com>",
    "Sphereon <dev@sphereon.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Sphereon-Opensource/rn-vc-js"
  },
  "bugs": {
    "url": "https://github.com/Sphereon-Opensource/rn-vc-js/issues",
    "email": "support@sphereon.com"
  },
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "files": [
    "lib/**/*.js"
  ],
  "dependencies": {
    "@sphereon/rn-w3c-credentials-context": "1.0.1-0",
    "jsonld": "^5.2.0",
    "@sphereon/rn-jsonld-signatures": "9.3.1-0"
  },
  "devDependencies": {
    "@babel/core": "^7.13.8",
    "@babel/plugin-transform-modules-commonjs": "^7.13.8",
    "@babel/plugin-transform-runtime": "^7.13.9",
    "@babel/preset-env": "^7.13.9",
    "@babel/runtime": "^7.13.9",
    "@digitalbazaar/ed25519-signature-2018": "^2.0.1",
    "@digitalbazaar/ed25519-signature-2020": "^2.1.0",
    "@digitalbazaar/ed25519-verification-key-2018": "^3.0.0",
    "@digitalbazaar/ed25519-verification-key-2020": "^2.0.0",
    "babel-loader": "^8.2.2",
    "chai": "^4.3.3",
    "cross-env": "^7.0.3",
    "did-context": "^3.0.1",
    "did-veres-one": "^13.0.0",
    "eslint": "^7.21.0",
    "eslint-config-digitalbazaar": "^2.6.1",
    "eslint-plugin-jsdoc": "^32.2.0",
    "karma": "^6.1.1",
    "karma-babel-preprocessor": "^8.0.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.8",
    "karma-webpack": "^5.0.0",
    "mocha": "^8.3.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0",
    "uuid": "^8.3.2",
    "veres-one-context": "^11.0.0",
    "webpack": "^5.24.3"
  },
  "nyc": {
    "exclude": [
      "test"
    ],
    "reporter": [
      "html",
      "text-summary"
    ]
  },
  "browser": {
    "Buffer": false,
    "crypto": false,
    "util": false
  },
  "engines": {
    "node": ">=12"
  },
  "keywords": [
    "JSON",
    "Linked Data",
    "JSON-LD",
    "RDF",
    "Semantic Web",
    "Verifiable Claim",
    "Credential"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-node && npm run test-karma",
    "test-node": "cross-env NODE_ENV=test mocha --preserve-symlinks -t 10000 test/*.spec.js",
    "test-karma": "karma start karma.conf.js",
    "lint": "eslint lib test/*.spec.js",
    "coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test-node",
    "coverage-ci": "cross-env NODE_ENV=test nyc --reporter=lcovonly npm run test-node",
    "coverage-report": "nyc report"
  },
  "bundledDependencies": [
    "@sphereon/rn-w3c-credentials-context",
    "jsonld",
    "@sphereon/rn-jsonld-signatures"
  ]
}
