@thisisagile/easy-express
Version:
Straightforward library for building domain-driven microservice architectures
58 lines (57 loc) • 1.59 kB
JSON
{
"name": "@thisisagile/easy-express",
"version": "17.27.2",
"description": "Straightforward library for building domain-driven microservice architectures",
"author": "Sander Hoogendoorn",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:thisisagile/easy.git"
},
"keywords": [
"typescript",
"microservices",
"domain-driven-design",
"evolutionary-architecture"
],
"scripts": {
"lint": "yarn g:eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "yarn g:prettier --check --write src test *.json",
"build": "yarn g:tsc",
"build:tsup": "yarn g:tsup --onSuccess \"yarn g:tsc --emitDeclarationOnly --declaration\"",
"test": "yarn g:jest --coverage",
"prepack": "yarn g:copy-readme"
},
"sideEffects": false,
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@thisisagile/easy-test": "*",
"@types/cls-hooked": "^4.3.9",
"@types/form-urlencoded": "^4.4.2",
"@types/jsonwebtoken": "^9.0.8",
"@types/passport": "^1.0.17",
"@types/passport-jwt": "^4.0.1",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.12.2"
},
"dependencies": {
"@thisisagile/easy": "^17.27.2",
"@thisisagile/easy-service": "^17.27.2",
"@types/express": "^4.17.21",
"cls-hooked": "^4.2.2",
"express": "^4.21.2",
"form-urlencoded": "^6.1.5",
"jsonwebtoken": "^9.0.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1"
}
}