UNPKG

@amberjs/core

Version:

Amber.js core module

41 lines (40 loc) 991 B
{ "name": "@amberjs/core", "version": "1.1.2", "description": "Amber.js core module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Josh Mante <jmante@stratpoint.com>, Levin Calado <jcalado@stratpoint.com>", "keywords": [ "core", "brewery", "amberjs" ], "license": "ISC", "dependencies": { "@amberjs/log": "^1.3.0", "awilix": "^4.2.2", "awilix-express": "^2.1.1", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "cross-env": "^6.0.0", "del": "^5.1.0", "dotenv": "^8.1.0", "eslint": "^6.4.0", "express": "^4.17.1", "http-status": "^1.3.2", "js-yaml": "^3.13.1", "method-override": "^3.0.0", "pm2": "^3.5.1", "serverless-http": "^2.3.0", "structure": "^1.8.0", "swagger-ui-express": "^4.1.1" }, "repository": { "type": "git", "url": "git@gitlab.stratpoint.dev:thebrewery/amberjs/core.git" } }