{
  "name": "@rhtml/schematics",
  "version": "0.0.148",
  "description": "Reactive HyperText Markup Language",
  "scripts": {
    "start": "npx parcel ./examples/index.html --out-dir build/examples",
    "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
    "delete-dist": "rm -rf dist",
    "clean": "git clean -dxf",
    "lint": "echo LINT",
    "test": "echo 'missing tests'",
    "lint-fix": "echo LINT-FIX",
    "lint-old": "npx eslint . --ext .ts || true",
    "lint-fix-old": "npx eslint . --fix --ext .ts",
    "build": "rm -rf dist && tsc || true && rsync -a --prune-empty-dirs --include '*/' --include '*' --exclude '*' src/ dist/"
  },
  "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"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git@github.com:rhtml/rhtml.git"
  },
  "author": "Kristiyan Tachev",
  "license": "MIT",
  "browserslist": [
    "last 1 chrome versions"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "schematics": "./collection.json"
}
