@29aries/mws-advanced
Version:
Modern, fully featured, very opinionated node javascript Amazon MWS API. Forked from @ericblade/mws-advanced
126 lines (125 loc) • 3.86 kB
JSON
{
"name": "@29aries/mws-advanced",
"version": "1.0.0",
"description": "Modern, fully featured, very opinionated node javascript Amazon MWS API. Forked from @ericblade/mws-advanced",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/29aries/mws-advanced"
},
"scripts": {
"coverage-codebeat": "./send-coverage",
"coverage": "./node_modules/.bin/nyc --reporter=lcov ./node_modules/.bin/mocha --timeout=60000",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"lint-staged": "npx lint-staged",
"make-docs-old": "npx esdoc && documentation build -f md > API.md",
"make-docs": "echo # Public API > docs-src/public-api.md && documentation build lib/index.js -f md --shallow >> docs-src/public-api.md && npx esdoc",
"make-docs-public": "documentation build lib/index.js lib/typedefs-public.js lib/constants.js --shallow --theme node_modules/documentation-devseed-theme -f html -o docs-src/public",
"push-master": "npm run coverage && git push origin master && send-coverage.cmd",
"build-types": "npx tsc --emitDeclarationOnly --declaration --out ./types/mws-advanced.d.ts",
"test": "./node_modules/.bin/mocha --timeout=60000"
},
"lint-staged": {
"*.js": "eslint"
},
"pre-commit": [
"lint-staged"
],
"author": "Vukasin Pesic <vukasin@comit.co.rs>",
"dependencies": {
"@ericblade/mws-simple": "^5.1.2",
"es6-error": "^4.1.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/node": "^14.0.23",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"conventional-changelog-eslint": "^3.0.8",
"coveralls": "^3.1.0",
"documentation-devseed-theme": "^0.1.7",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-node": "^1.0.5",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"lint-staged": "^10.2.11",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"semantic-release": "^17.1.1",
"typescript": "^3.9.7",
"xml2js": "^0.4.23"
},
"keywords": [
"amazon merchant web services",
"amazon mws feeds",
"amazon mws finances",
"amazon mws fulfillment inbound shipment",
"amazon mws fulfillment inventory",
"amazon mws fulfillment outbound shipment",
"amazon mws orders",
"amazon mws products",
"amazon mws sellers",
"amazon mws",
"amazon-mws-async",
"amazon-mws-await",
"amazon-mws-client",
"amazon-mws-node-api",
"amazon-mws",
"amazon.com",
"amazon",
"amzn-mws",
"asin",
"async",
"es6",
"es7",
"fba",
"fbm",
"fullfilment by amazon",
"marketplace",
"mws-api-info",
"mws-api",
"mws-product",
"mws-sdk-async",
"mws-sdk-promises",
"mws",
"node-mws-sdk-meteor",
"node-mws-sdk",
"node-mws",
"node",
"nodejs",
"promise",
"promises",
"seller",
"sku"
],
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
],
"branch": "master",
"tagFormat": "${version}"
}
}