UNPKG

loopback-connector-rest

Version:
51 lines (50 loc) 1.16 kB
{ "name": "loopback-connector-rest", "version": "5.0.8", "description": "Loopback REST Connector", "engines": { "node": ">=18" }, "keywords": [ "LoopBack", "REST", "DataSource", "Connector" ], "main": "index.js", "scripts": { "lint": "eslint .", "test": "mocha", "posttest": "npm run lint" }, "dependencies": { "debug": "^4.1.0", "jsonpath-plus": "^10.0.0", "lodash": "^4.17.11", "methods": "^1.1.1", "mime": "^2.3.1", "postman-request": "^2.88.1-postman.33", "qs": "^6.1.0", "strong-globalize": "^6.0.5", "traverse": "^0.6.6" }, "devDependencies": { "@commitlint/config-conventional": "^19.0.0", "bluebird": "^3.3.4", "body-parser": "^2.0.0", "eslint": "^8.27.0", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.1.0", "express": "^4.12.0", "loopback-datasource-juggler": "^5.0.0", "mocha": "^11.0.0", "multer": "^2.0.0", "should": "^13.2.1" }, "repository": { "type": "git", "url": "https://github.com/loopbackio/loopback-connector-rest.git" }, "license": "MIT", "author": "IBM Corp." }