@thisisagile/easy
Version:
Straightforward library for building domain-driven microservice architectures
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "@thisisagile/easy",
"version": "17.15.5",
"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/form-urlencoded": "^4.4.2",
"@types/luxon": "3.4.2",
"@types/validator": "^13.12.2"
},
"dependencies": {
"@types/uuid": "^9.0.8",
"axios": "^1.7.9",
"form-urlencoded": "^6.1.5",
"luxon": "^3.5.0",
"reflect-metadata": "^0.2.2",
"uuid": "^9.0.1",
"validator": "^13.12.0"
}
}