{
  "name": "custom-resource",
  "version": "1.0.4",
  "description": "A schematic for generating NestJS resources with hexagonal architecture and vertical slices",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "schematics",
    "nestjs",
    "generator",
    "module",
    "hexagonal architecture",
    "vertical slices"
  ],
  "author": "Jota-Skoll",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^18.0.1",
    "@angular-devkit/schematics": "^18.0.1",
    "@schematics/angular": "^18.0.1",
    "ts-morph": "^22.0.0",
    "typescript": "^5.4.5"
  },
  "devDependencies": {
    "@types/jasmine": "~5.1.0",
    "@types/node": "^20.12.11",
    "jasmine": "^5.0.0"
  }
}
