{
  "name": "@hyperledger/cactus-common",
  "version": "2.0.0",
  "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.",
  "keywords": [
    "Hyperledger",
    "Cactus",
    "Integration",
    "Blockchain",
    "Distributed Ledger Technology"
  ],
  "homepage": "https://github.com/hyperledger/cacti#readme",
  "bugs": {
    "url": "https://github.com/hyperledger-cacti/cacti/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyperledger/cacti.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Hyperledger Cactus Contributors",
    "email": "cactus@lists.hyperledger.org",
    "url": "https://www.hyperledger.org/use/cacti"
  },
  "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"
    },
    {
      "name": "Michael Courtin",
      "email": "michael.courtin@accenture.com",
      "url": "https://accenture.com"
    }
  ],
  "main": "dist/lib/main/typescript/index.js",
  "module": "dist/lib/main/typescript/index.js",
  "browser": "dist/cactus-common.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": {
    "fast-safe-stringify": "2.1.1",
    "json-stable-stringify": "1.0.1",
    "key-encoder": "2.0.3",
    "loglevel": "1.7.1",
    "loglevel-plugin-prefix": "0.8.4",
    "run-time-error-cjs": "1.4.0",
    "sanitize-html": "2.12.1",
    "secp256k1": "4.0.3",
    "sha3": "2.1.4"
  },
  "devDependencies": {
    "@grpc/grpc-js": "1.11.3",
    "@types/json-stable-stringify": "1.0.33",
    "@types/sanitize-html": "2.9.5",
    "@types/secp256k1": "4.0.3",
    "@types/uuid": "10.0.0",
    "uuid": "10.0.0"
  },
  "engines": {
    "node": ">=18",
    "npm": ">=8"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserMinified": "dist/cactus-common.web.umd.min.js",
  "mainMinified": "dist/cactus-common.node.umd.min.js",
  "watch": {},
  "gitHead": "1a0f661027568bd7bb7420fdb6ab6a0991a15c4b"
}
