google-local-pubsub-cli
Version:
cli for google cloud pubsub emulator. managing topics and subscriptions
33 lines (32 loc) • 705 B
JSON
{
"name": "google-local-pubsub-cli",
"version": "0.0.8",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"glpubsub": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creato-c/google-local-pubsub-cli.git"
},
"keywords": [
"google",
"google cloud",
"pubsub",
"cli",
"emulator"
],
"author": "ideodora <ideodora@gmail.com> (https://blog.ideodora.info/)",
"license": "MIT",
"dependencies": {
"@google-cloud/pubsub": "^2.18.1",
"mri": "^1.2.0",
"typescript": "^4.4.4"
}
}