UNPKG

@meesrutten/node-bigcommerce-with-deflate

Version:

A node module for authentication and use with the BigCommerce API

51 lines (50 loc) 1.27 kB
{ "name": "@meesrutten/node-bigcommerce-with-deflate", "version": "4.0.1", "description": "A node module for authentication and use with the BigCommerce API", "main": "./lib/bigcommerce", "scripts": { "autotest": "supervisor -q -n exit -x node_modules/.bin/_mocha --", "exectests": "nyc ./node_modules/.bin/_mocha", "lint": "eslint lib test", "test": "npm run exectests && npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/meesrutten/node-bigcommerce-with-deflate.git" }, "keywords": [ "bigcommerce", "oauth2.0", "oauth", "conversio", "api", "ecommerce", "node", "npm" ], "author": "Mees Rutten", "license": "MIT", "bugs": { "url": "https://github.com/meesrutten/node-bigcommerce-with-deflate/issues" }, "homepage": "https://github.com/meesrutten/node-bigcommerce-with-deflate", "devDependencies": { "agentkeepalive": "^3.1.0", "chai": "^3.5.0", "eslint": "^4.9.0", "eslint-config-conversio": "^1.0.4", "mocha": "^6.1.4", "nock": "^10.0.1", "nyc": "^14.1.1", "sinon": "^1.17.3", "supervisor": "^0.12.0" }, "dependencies": { "debug": "^3.1.0" }, "directories": { "lib": "lib", "test": "test" } }