Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeshRishi3 committed Mar 25, 2021
1 parent 5e8f66e commit 0c6519c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
"version": "1.0.0",
"description": "A NodeJS SDK for processing eBay event notifications",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/eBay/event-notification-nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/eBay/event-notification-nodejs-sdk/issues"
},
"homepage": "https://github.com/eBay/event-notification-nodejs-sdk#readme",
"scripts": {
"start": "node examples/example.js",
"test": "eslint . && mocha"
},
"keywords": [
"eBay"
"eBay",
"Event Notification",
"SDK"
],
"author": "Lokesh Rishi",
"license": "ISC",
Expand All @@ -25,5 +35,10 @@
"eslint-config-ebay": "^1.1.1",
"mocha": "^6.1.4",
"nock": "^13.0.11"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
}
}

0 comments on commit 0c6519c

Please sign in to comment.