{
  "name": "@hyperledger/cactus-example-supply-chain-backend",
  "version": "1.1.3",
  "description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
  "keywords": [
    "Hyperledger",
    "Cactus",
    "Integration",
    "Blockchain",
    "Distributed Ledger Technology"
  ],
  "homepage": "https://github.com/hyperledger/cactus#readme",
  "bugs": {
    "url": "https://github.com/hyperledger/cactus/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyperledger/cactus.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Hyperledger Cactus Contributors",
    "email": "cactus@lists.hyperledger.org",
    "url": "https://www.hyperledger.org/use/cactus"
  },
  "contributors": [
    {
      "name": "Please add yourself to the list of contributors",
      "email": "your.name@example.com",
      "url": "https://example.com"
    },
    {
      "name": "Peter Somogyvari",
      "email": "peter.somogyvari@accenture.com",
      "url": "https://accenture.com"
    }
  ],
  "main": "dist/lib/main/typescript/index.js",
  "module": "dist/lib/main/typescript/index.js",
  "browser": "dist/cactus-example-supply-chain-backend.web.umd.js",
  "types": "dist/lib/main/typescript/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "watch": "npm-watch",
    "webpack": "npm-run-all webpack:dev",
    "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web",
    "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js",
    "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
  },
  "dependencies": {
    "@hyperledger/cactus-api-client": "1.1.3",
    "@hyperledger/cactus-cmd-api-server": "1.1.3",
    "@hyperledger/cactus-common": "1.1.3",
    "@hyperledger/cactus-core": "1.1.3",
    "@hyperledger/cactus-core-api": "1.1.3",
    "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.3",
    "@hyperledger/cactus-example-supply-chain-frontend": "1.1.3",
    "@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
    "@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
    "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
    "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
    "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.3",
    "@hyperledger/cactus-test-tooling": "1.1.3",
    "async-exit-hook": "2.0.1",
    "axios": "0.21.4",
    "dotenv": "16.0.0",
    "express": "4.17.1",
    "fabric-network": "2.2.10",
    "jose": "4.9.2",
    "openapi-types": "9.1.0",
    "solc": "0.8.6",
    "typescript-optional": "2.0.1",
    "uuid": "8.3.2",
    "web3-core": "1.5.2"
  },
  "devDependencies": {
    "@types/express": "4.17.13",
    "@types/uuid": "8.3.1"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserMinified": "dist/cactus-example-supply-chain-backend.web.umd.min.js",
  "mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js",
  "watch": {}
}
