@enspire/node-mws-sdk
Version:
Amazon Marketplace WebService (MWS) node SDK.
68 lines (67 loc) • 1.96 kB
JSON
{
"name": "@enspire/node-mws-sdk",
"description": "Amazon Marketplace WebService (MWS) node SDK.",
"version": "0.0.0-development",
"author": "Angel Ramirez <aramirez@enspirecommerce.com>",
"bugs": {
"url": "https://github.com/envistaInteractive/node-mws-sdk/issues"
},
"config": {
"ghooks": {
"pre-commit": "npm run validate"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.11.1",
"eslint-config-rallycoding": "^3.1.0",
"ghooks": "^1.3.2",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2"
},
"engines": {
"node": "6.x",
"npm": "3.x"
},
"files": [
"dist",
"README.md"
],
"homepage": "https://github.com/envistaInteractive/node-mws-sdk#readme",
"keywords": [
"amazon",
"marketplace",
"mws",
"webservices"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/envistaInteractive/node-mws-sdk.git"
},
"scripts": {
"build": "babel --copy-files --out-dir dist lib",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"commit": "git-cz",
"cover": "nyc --reporter=lcov --reporter=text-summary npm t",
"prebuild": "rimraf dist",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"setup": "npm install && npm run validate",
"test": "mocha -R spec --compilers js:babel-register --require babel-polyfill",
"validate": "npm run cover && npm run check-coverage",
"watch:test": "npm t -- -w"
}
}