{
  "name": "@hyperledger/cactus-cmd-api-server",
  "version": "1.1.3",
  "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.",
  "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-cmd-api-server.web.umd.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:openapi 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",
    "proto:openapi": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g protobuf-schema --model-name-suffix=PB --additional-properties=packageName=org.hyperledger.cactus.cmd_api_server -o ./src/main/proto/generated/openapi/ -t=./src/main/openapi-generator/templates/protobuf-schema/",
    "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/ --proto_path ./src/main/proto/generated/openapi/ ./src/main/proto/generated/openapi/services/*.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"
  },
  "dependencies": {
    "@grpc/grpc-js": "1.3.6",
    "@grpc/proto-loader": "0.6.4",
    "@hyperledger/cactus-common": "1.1.3",
    "@hyperledger/cactus-core": "1.1.3",
    "@hyperledger/cactus-core-api": "1.1.3",
    "@thream/socketio-jwt": "2.1.1",
    "async-exit-hook": "2.0.1",
    "axios": "0.21.4",
    "bluebird": "3.7.2",
    "body-parser": "1.19.0",
    "compression": "1.7.4",
    "convict": "6.2.3",
    "convict-format-with-validator": "6.2.0",
    "cors": "2.8.5",
    "express": "4.17.1",
    "express-http-proxy": "1.6.2",
    "express-jwt": "6.0.0",
    "express-openapi-validator": "4.12.12",
    "express-rate-limit": "6.3.0",
    "fs-extra": "10.0.0",
    "google-protobuf": "3.18.0-rc.2",
    "jose": "4.9.2",
    "lmify": "0.3.0",
    "node-forge": "1.3.0",
    "prom-client": "13.2.0",
    "run-time-error": "1.4.0",
    "rxjs": "7.3.0",
    "semver": "7.3.5",
    "socket.io": "4.4.1",
    "socket.io-client": "4.4.1",
    "typescript-optional": "2.0.1",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@hyperledger/cactus-plugin-keychain-vault": "1.1.3",
    "@hyperledger/cactus-test-tooling": "1.1.3",
    "@types/compression": "1.7.1",
    "@types/convict": "6.1.1",
    "@types/cors": "2.8.12",
    "@types/express": "4.17.13",
    "@types/express-http-proxy": "1.6.2",
    "@types/express-jwt": "6.0.2",
    "@types/google-protobuf": "3.15.5",
    "@types/jsonwebtoken": "8.5.4",
    "@types/multer": "1.4.7",
    "@types/node-forge": "1.0.1",
    "@types/passport": "1.0.7",
    "@types/passport-oauth2": "1.4.11",
    "@types/passport-saml": "1.1.3",
    "@types/passport-strategy": "0.2.35",
    "@types/semver": "7.3.8",
    "@types/uuid": "8.3.1",
    "@types/xml2js": "0.4.9",
    "artillery": "1.7.2",
    "http-status-codes": "2.1.4"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserMinified": "dist/cactus-cmd-api-server.web.umd.min.js",
  "mainMinified": "dist/cactus-cmd-api-server.node.umd.min.js",
  "watch": {
    "codegen:openapi": {
      "patterns": [
        "./src/main/json/openapi.json"
      ]
    }
  }
}
