@google/events
Version:
Client library for CloudEvents issued by Google.
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "@google/events",
"version": "5.4.0",
"description": "Client library for CloudEvents issued by Google.",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"pretest": "npm run compile",
"test": "mocha -r ts-node/register 'tests/index.ts'",
"check": "gts check",
"clean": "gts clean",
"docs": "node tools/docs.js",
"build": "tsc --skipLibCheck",
"watch": "tsc --watch --skipLibCheck",
"gen": "./tools/gen.sh && node tools/postgen.js",
"lint": "gts lint",
"compile": "tsc",
"fix": "gts fix"
},
"repository": "googleapis/google-cloudevents-nodejs",
"author": "Google Inc.",
"keywords": [
"google",
"events",
"cloudevents"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googleapis/google-cloudevents-nodejs/issues"
},
"homepage": "https://github.com/googleapis/google-cloudevents-nodejs#readme",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.0",
"@types/node": "^16.0.0",
"chai": "^4.2.0",
"gts": "^3.0.2",
"mocha": "^8.2.1",
"node-fetch": "^3.0.0",
"quicktype-core": "^6.0.68",
"recursive-readdir": "^2.2.2",
"ts-node": "^10.0.0",
"typescript": "^4.0.3"
}
}