{
  "name": "@kalix-io/kalix-javascript-sdk",
  "version": "1.1.0",
  "description": "Kalix JavaScript SDK",
  "keywords": [
    "kalix",
    "serverless"
  ],
  "homepage": "https://github.com/lightbend/kalix-javascript-sdk",
  "bugs": {
    "url": "https://github.com/lightbend/kalix-javascript-sdk"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Kalix Team",
    "email": "info@lightbend.com",
    "url": "https://lightbend.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lightbend/kalix-javascript-sdk"
  },
  "engineStrict": true,
  "engines": {
    "node": "~18"
  },
  "files": [
    "config.json",
    "dist",
    "proto",
    "src"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@grpc/grpc-js": "1.6.7",
    "@grpc/proto-loader": "0.6.12",
    "debug": "^4.3.1",
    "json-stable-stringify": "^1.0.1",
    "minimist": ">=1.2.6",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.6.7",
    "rimraf": "^2.6.3",
    "test": "^3.3.0",
    "tslib": "^2.4.0",
    "unzipper": "^0.9.15"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/chai-as-promised": "^7.1.5",
    "@types/debug": "^4.1.7",
    "@types/json-stable-stringify": "^1.0.34",
    "@types/mocha": "^9.1.1",
    "@types/node": "18.16.0",
    "@types/sinon": "^10.0.11",
    "@types/sinon-chai": "^3.2.8",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.0.0",
    "npm-watch": "^0.11.0",
    "nyc": "^15.1.0",
    "protobufjs": "6.11.4",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.8.0",
    "typedoc": "^0.22.16",
    "typescript": "^4.7.2"
  },
  "bin": {
    "download-protoc": "bin/download-protoc.js",
    "compile-descriptor": "bin/compile-descriptor.js"
  },
  "watch": {
    "typedoc": {
      "patterns": [
        "src/**/*.ts",
        "index.ts",
        "README.md",
        "typedoc.json"
      ],
      "ignore": "apidocs"
    }
  },
  "scripts": {
    "clean": "rm -rf ./dist ./proto ./types/dist ./types/generated ./test/generated ./apidocs kalix-*.tgz",
    "compile": "tsc --build src",
    "verify-types": "tsc dist/index.d.ts --noEmit",
    "prepack": "npm run compile && npm run verify-types",
    "print-version": "echo $npm_package_version",
    "watch-typedoc": "npm-watch typedoc",
    "typedoc": "npm run compile && typedoc",
    "pretest": "bin/test-compile-proto.sh",
    "test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha --exclude 'test/generated/**/*' --recursive --unhandled-rejections=strict",
    "prepare": "bin/prepare.sh",
    "postinstall": "node bin/download-protoc.js",
    "prepublishOnly": "npm version --no-git-tag-version $(bin/version.sh)"
  },
  "publishConfig": {
    "@kalix-io:registry": "https://registry.npmjs.org"
  }
}
