Skip to content

Commit

Permalink
feat: init package files (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Aug 4, 2020
1 parent afc5055 commit 9e91e8f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@google/events",
"version": "0.0.1",
"description": "Client library for CloudEvents issued by Google.",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"ts-protoc-gen": "^0.12.0"
}
}

0 comments on commit 9e91e8f

Please sign in to comment.