docs/archived/v0.23-docs/eventing/sources/creating-event-sources/writing-event-source-easy-way/package.json

15 lines
266 B
JSON

{
"name": "event-emitter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cloudevents-sdk": "^2.0.1"
}
}