UNPKG

@lightbend/akkaserverless-javascript-sdk

Version:
101 lines (100 loc) 2.96 kB
{ "name": "@lightbend/akkaserverless-javascript-sdk", "version": "0.33.8", "description": "Akka Serverless JavaScript SDK", "keywords": [ "akka", "serverless", "akka serverless" ], "homepage": "https://github.com/lightbend/akkaserverless-javascript-sdk", "bugs": { "url": "https://github.com/lightbend/akkaserverless-javascript-sdk" }, "license": "Apache-2.0", "author": { "name": "Akka Serverless Team", "email": "info@lightbend.com", "url": "https://lightbend.com" }, "repository": { "type": "git", "url": "https://github.com/lightbend/akkaserverless-javascript-sdk" }, "engineStrict": true, "engines": { "node": "~14" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "@grpc/grpc-js": "^1.3.2", "@grpc/proto-loader": "^0.5.6", "debug": "^4.3.1", "google-protobuf": "^3.0.0", "grpc-tools": "^1.11.2", "grpc_tools_node_protoc_ts": "^5.3.0", "json-stable-stringify": "^1.0.1", "minimist": ">=1.2.6", "mkdirp": "^0.5.1", "node-fetch": "^2.6.7", "rimraf": "^2.6.3", "test": "^0.6.0", "testcontainers": "7.5.0", "tslib": "^2.3.0", "unzipper": "^0.9.15" }, "devDependencies": { "@lightbend/tsd-jsdoc": "^2.5.1", "@types/chai": "^4.2.19", "@types/debug": "^4.1.5", "@types/google-protobuf": "^3.15.2", "@types/mocha": "^8.2.2", "@types/node": "14.18.3", "chai": "4.2.0", "chai-as-promised": "7.1.1", "ink-docstrap": "^1.3.2", "jsdoc": "^3.6.10", "mocha": "^6.1.4", "npm-watch": "^0.11.0", "nyc": "^14.1.1", "sinon": "10.0.0", "sinon-chai": "3.6.0", "ts-node": "^10.0.0", "typescript": "^4.3.4" }, "bin": { "download-protoc": "bin/download-protoc.js", "compile-descriptor": "bin/compile-descriptor.js" }, "watch": { "jsdoc": { "patterns": [ "src/**/*.js", "index.js", "README.md", "jsdoc.json" ], "ignore": "apidocs" } }, "scripts": { "clean": "rm -rf ./dist ./proto", "copy-files": "cp -r ./proto ./dist && cp index.d.ts ./dist", "compile": "tsc && npm run copy-files", "verify-types": "tsc dist/index.d.ts --noEmit", "prepack": "npm run compile && npm run verify-types", "print-version": "echo $npm_package_version", "watch-jsdoc": "npm-watch jsdoc", "jsdoc": "jsdoc -c jsdoc.json", "test": "mocha --exclude '**/proto/**/*' --recursive --unhandled-rejections=strict", "integration-test": "npm run compile && mocha integration-test", "preintegration-test": "bin/compile-descriptor.js test/example.proto --descriptor_set_out=integration-test/user-function.desc", "prepare": "bin/prepare.sh", "postinstall": "node bin/download-protoc.js", "prepublishOnly": "npm version --no-git-tag-version $(bin/version.sh)" }, "publishConfig": { "@lightbend:registry": "https://registry.npmjs.org" } }