{
  "name": "@hyperledger/cactus-core-api",
  "version": "1.1.3",
  "description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.",
  "main": "dist/lib/main/typescript/index.js",
  "mainMinified": "dist/cactus-core-api.node.umd.min.js",
  "browser": "dist/cactus-core-api.web.umd.js",
  "browserMinified": "dist/cactus-core-api.web.umd.min.js",
  "module": "dist/lib/main/typescript/index.js",
  "types": "dist/lib/main/typescript/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "codegen": "run-p 'codegen:*'",
    "codegen:openapi": "npm run generate-sdk",
    "codegen:proto": "run-s proto:protoc-gen-ts",
    "generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected",
    "preproto:protoc-gen-ts": "make-dir ./src/main/typescript/generated/proto/protoc-gen-ts/weaver/common/protos/",
    "proto:protoc-gen-ts": "yarn run grpc_tools_node_protoc --plugin=protoc-gen-ts=../../node_modules/.bin/protoc-gen-ts --ts_out=grpc_js:./src/main/typescript/generated/proto/protoc-gen-ts/weaver/common/protos/ --proto_path ./src/main/proto/weaver/common/protos/ ./src/main/proto/weaver/common/protos/common/*.proto ./src/main/proto/weaver/common/protos/corda/*.proto ./src/main/proto/weaver/common/protos/driver/*.proto ./src/main/proto/weaver/common/protos/networks/*.proto ./src/main/proto/weaver/common/protos/relay/*.proto",
    "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"
  },
  "watch": {
    "codegen:openapi": {
      "patterns": [
        "./src/main/json/openapi.json"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyperledger/cactus.git"
  },
  "keywords": [
    "Hyperledger",
    "Cactus",
    "Integration",
    "Blockchain",
    "Distributed Ledger Technology"
  ],
  "homepage": "https://github.com/hyperledger/cactus#readme",
  "bugs": {
    "url": "https://github.com/hyperledger/cactus/issues"
  },
  "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"
    }
  ],
  "dependencies": {
    "@hyperledger/cactus-common": "1.1.3",
    "axios": "0.21.4"
  },
  "devDependencies": {
    "@grpc/grpc-js": "1.3.6",
    "@grpc/proto-loader": "0.6.4",
    "@types/express": "4.17.13",
    "make-dir-cli": "3.0.0",
    "rxjs": "7.3.0",
    "socket.io": "4.4.1",
    "typescript-optional": "2.0.1"
  }
}
