@pgprojectx/bazaarvoice-sdk
Version:
API wrapper for BazaarVoice
43 lines (42 loc) • 973 B
JSON
{
"name": "@pgprojectx/bazaarvoice-sdk",
"version": "1.0.0",
"description": "API wrapper for BazaarVoice",
"main": "src/index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "lab -cv --threshold 100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgalchemy/bazaarvoice.git"
},
"keywords": [
"api",
"bazaarvoice",
"ratings",
"reviews",
"bazaar",
"voice"
],
"author": "Jeremiah Harlan <jeremiah.harlan@gmail.com>",
"bugs": {
"url": "https://github.com/pgalchemy/bazaarvoice/issues"
},
"homepage": "https://github.com/pgalchemy/bazaarvoice#readme",
"dependencies": {
"axios": "0.19.0",
"debug": "4.1.1",
"lodash.get": "4.4.2",
"rc": "1.2.8",
"yargs": "14.0.0"
},
"devDependencies": {
"@hapi/code": "6.0.0",
"@hapi/lab": "20.2.2",
"proxyquire": "2.1.3",
"sinon": "7.4.2",
"standard": "14.3.1"
}
}