@onfleet/node-onfleet
Version:
Onfleet's Node.js API Wrapper Package
43 lines (42 loc) • 972 B
JSON
{
"name": "@onfleet/node-onfleet",
"version": "1.3.3",
"description": "Onfleet's Node.js API Wrapper Package",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js ./",
"lint-fix": "eslint --fix --ext .js ./",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/onfleet/node-onfleet.git"
},
"keywords": [
"node-onfleet"
],
"author": "James Li",
"contributors": [
"Julián Pérez",
"Santiago Botero"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/onfleet/node-onfleet/issues"
},
"homepage": "https://onfleet.com/",
"dependencies": {
"bottleneck": "^2.19.5",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.16.0",
"minimist": "^1.2.6",
"mocha": "^10.0.0",
"nock": "^13.2.9"
}
}