warehouse.ai-api-client
Version:
Node.JS API to communicate with warehouse.ai
56 lines (55 loc) • 1.3 kB
JSON
{
"name": "warehouse.ai-api-client",
"version": "7.3.0",
"description": "Node.JS API to communicate with warehouse.ai",
"main": "./lib/index.js",
"module": "./lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "prettier --write lib",
"release": "standard-version -t ''",
"test": "tap lib/**/*.test.js",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warehouseai/warehouse.ai-api-client.git"
},
"keywords": [
"warehouse",
"sdk"
],
"author": "GoDaddy Operating Company, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/warehouseai/warehouse.ai-api-client/issues"
},
"homepage": "https://github.com/warehouseai/warehouse.ai-api-client#readme",
"engines": {
"node": ">=12.0.0",
"npm": ">=7.6.0"
},
"dependencies": {
"axios": "^0.27.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"tar": "^6.1.11",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"nock": "^13.2.7",
"prettier": "^2.7.1",
"sinon": "^14.0.0",
"standard-version": "^9.5.0",
"tap": "^16.3.0"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
}