{
  "name": "@ditsmod/core",
  "type": "module",
  "version": "2.61.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/ditsmod/ditsmod.git"
  },
  "homepage": "https://ditsmod.github.io/en/",
  "description": "NodeJS web framework writen in TypeScript",
  "module": "dist/index.js",
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rm -rf dist*",
    "test": "yarn build-test && yarn esm-jest",
    "build-test": "tsc -b tsconfig.e2e.json",
    "esm-jest": "yarn node --experimental-vm-modules --no-warnings=ExperimentalWarning --enable-source-maps $(yarn bin jest)"
  },
  "imports": {
    "#di": "./dist/di/index.js",
    "#di/*": "./dist/di/*",
    "#types/*": "./dist/types/*",
    "#utils/*": "./dist/utils/*",
    "#models/*": "./dist/models/*",
    "#decorators/*": "./dist/decorators/*",
    "#constans": "./dist/constans.js",
    "#logger/*": "./dist/logger/*",
    "#error/*": "./dist/error/*",
    "#services/*": "./dist/services/*",
    "#core/*": "./dist/*"
  },
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "ditsmod"
  ],
  "author": "Костя Третяк <ktretiak.in.ua@gmail.com>",
  "license": "MIT",
  "directories": {
    "lib": "src"
  },
  "engines": {
    "node": ">= 18.14.0"
  },
  "dependencies": {
    "@ts-stack/chain-error": "^1.3.1",
    "@ts-stack/stack-utils": "^1.1.0",
    "reflect-metadata": "^0.2.2"
  },
  "gitHead": "c64c99dc2b6f65bb3e7027e8f8dceeca7a8c2172"
}
