@kerthin/domain
Version:
Kerthin Domain (based on DDD)
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "@kerthin/domain",
"version": "0.0.1-alpha.27",
"description": "Kerthin Domain (based on DDD)",
"keywords": [
"Kerthin",
"Domain",
"DDD"
],
"author": "sebastiandelaroche <sebastian.delaroche.dev@gmail.com>",
"homepage": "https://github.com/thekerthin/miscellaneous#readme",
"license": "ISC",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thekerthin/miscellaneous.git"
},
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint . --ext .ts",
"test": "mocha -r 'tests/index.spec.js' tests/**/*.spec.ts",
"coverage": "nyc yarn test",
"coverage-report": "nyc --reporter=lcov yarn test"
},
"bugs": {
"url": "https://github.com/thekerthin/miscellaneous/issues"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13"
},
"dependencies": {
"@kerthin/utils": "^0.0.1-alpha.7",
"mongodb": "^4.4.1",
"ramda": "^0.27.1",
"reflect-metadata": "^0.1.13",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/validator": "^13.7.1"
},
"gitHead": "a17a8cfa808f4bf9df07ffc2d2e573df3ffef0bd"
}