{
  "name": "@rxdi/schematics",
  "version": "0.7.249",
  "description": "",
  "scripts": {
    "build": "rm -rf utils lib && tsc && cp -r ./src/* .",
    "npm-publish": "npm publish --update-readme --access public",
    "test": "echo Test Schematics"
  },
  "dependencies": {
    "@angular-devkit/core": "^19.2.0",
    "@angular-devkit/schematics": "^19.2.0",
    "@angular-devkit/schematics-cli": "^19.2.0",
    "ts-morph": "^25.0.1",
    "chalk": "^2.4.2",
    "node-emoji": "^1.10.0"
  },
  "schematics": "./collection.json",
  "devDependencies": {
    "@types/node": "^25.0.3",
    "typescript": "^5.9.3"
  }
}
