@jvhaile/loopback4-helper
Version:
Helper components and tools for loopback 4.
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "@jvhaile/loopback4-helper",
"version": "0.0.33",
"description": "Helper components and tools for loopback 4.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jayvhaile/loopback4-components.git"
},
"keywords": [
"loopback",
"loopback4",
"lb4"
],
"author": "Jvhaile",
"license": "ISC",
"bugs": {
"url": "https://github.com/jayvhaile/loopback4-components/issues"
},
"homepage": "https://github.com/jayvhaile/loopback4-components#readme",
"devDependencies": {
"@loopback/authentication": "^7.0.3",
"@loopback/build": "^6.2.6",
"@loopback/core": "^2.12.0",
"@loopback/eslint-config": "^10.0.2",
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0",
"@loopback/security": "^0.3.3",
"@loopback/testlab": "^3.2.8",
"@types/debug": "4.1.5",
"@types/node": "^10.17.35",
"eslint": "^7.12.1",
"mongodb": "^3.6.3",
"typescript": "~4.0.5"
},
"dependencies": {
"express-useragent": "^1.0.15",
"firebase-admin": "^9.3.0",
"lodash": "^4.17.20",
"ts-node": "^9.0.0"
},
"peerDependencies": {
"mongodb": "^3.6.3",
"@loopback/authentication": "^7.0.3",
"@loopback/security": "^0.3.3",
"@loopback/core": "^2.12.0",
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0"
}
}