mws-zodane-advanced
Version:
fixed throtal resend
52 lines • 1.55 kB
JSON
{
"name": "mws-zodane-advanced",
"version": "1.0.2",
"description": "fixed throtal resend",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout=7000",
"coverage": "./node_modules/.bin/nyc --reporter=lcov ./node_modules/.bin/mocha --timeout=5000",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"coverage-codebeat": "./send-coverage",
"lint-staged": "lint-staged",
"push-master": "npm run coverage && git push origin master && send-coverage.cmd",
"make-docs": "npx esdoc && documentation build -f md > API.md"
},
"lint-staged": {
"*.js": "eslint"
},
"pre-commit": [
"lint-staged"
],
"keywords": [
"amazon",
"amazon.com",
"mws",
"seller",
"marketplace"
],
"author": "zodane",
"license": "Apache",
"dependencies": {
"es6-error": "^4.1.1",
"mws-simple": "github:ericblade/mws-simple#2.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
"esdoc": "^1.0.4",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-node": "^1.0.3",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"lint-staged": "^6.1.0",
"mocha": "^5.0.0",
"nyc": "^11.5.0",
"pre-commit": "^1.2.2"
},
"_from": "mws-zodane-advanced@1.0.1",
"_resolved": "http://registry.npm.taobao.org/mws-zodane-advanced/download/mws-zodane-advanced-1.0.1.tgz"
}