{
  "name": "bad-fockarch",
  "version": "3.1.2",
  "description": "Мощный schematic-пакет для NestJS с BAD-архитектурой. Генерация проектов и роутов с единым стилем кода.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "bad": "./dist/bin/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js",
      "require": "./dist/utils/index.js"
    }
  },
  "sideEffects": false,
  "module": "commonjs",
  "scripts": {
    "build": "tsc && copyfiles -u 1 \"src/**/*.json\" \"src/*/files/**/*\" dist/",
    "test": "jest",
    "lint": "eslint src --ext .ts"
  },
  "keywords": [
    "nestjs",
    "schematic",
    "angular-devkit",
    "code-generator",
    "bad-architecture",
    "laf",
    "backend",
    "scaffold"
  ],
  "author": {
    "name": "FOCKUSTY",
    "email": "viserd.yt@gmail.com",
    "url": "https://fockusty.vercel.app/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lazy-And-Focused/BAD-Architecture/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lazy-And-Focused/BAD-Architecture.git"
  },
  "homepage": "https://github.com/Lazy-And-Focused/BAD-Architecture#readme",
  "engines": {
    "node": ">=20.19.0"
  },
  "schematics": "./dist/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^20.1.6",
    "@angular-devkit/schematics": "^20.1.6",
    "tar-stream": "^3.1.7",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.19",
    "@types/tar-stream": "^3.1.4",
    "@types/yargs": "^17.0.33",
    "copyfiles": "^2.4.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.2"
  }
}
