omnipartners
Version:
Node.js wrapper for Omniparners API.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "omnipartners",
"version": "2.93.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib/*"
],
"scripts": {
"test": "jest --forceExit",
"build": "rm -rf lib/* && tsc",
"watch": "yarn build && tsc -w",
"prepare": "yarn build"
},
"repository": "https://github.com/iGLOO-be/node-omnipartners",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/depd": "^1.1.32",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "16.11.11",
"@types/node-fetch": "2",
"@types/qs": "^6.9.7",
"@types/sinon": "^10.0.6",
"@types/url-join": "^4.0.1",
"@types/uuid": "^8.3.3",
"jest": "^27.4.3",
"nock": "^13.2.1",
"node-fetch": "2",
"sinon": "^12.0.1",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
},
"dependencies": {
"depd": "^2.0.0",
"fetch-retry": "^5.0.1",
"lodash": "^4.17.21",
"qs": "^6.10.1",
"url-join": "^4.0.1",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"gitHead": "a44878beb82937bf38a91730e21139c7ef0ee2bc"
}