{
  "name": "@m2c2kit/schematics",
  "version": "0.1.36",
  "description": "Rules for the m2c2kit CLI to generate new apps",
  "main": "index.js",
  "types": "types/index.d.ts",
  "keywords": [
    "schematics"
  ],
  "schematics": "./src/collection.json",
  "type": "module",
  "files": [
    "src/**",
    "types/**"
  ],
  "scripts": {
    "build": "node scripts/copy-es-module-shims.mjs && tsc -p tsconfig.json && node ./scripts/add-version-string.mjs && npx cpy StaticSiteConfig.d.ts ../../types --cwd=src/static-site --rename=index.d.ts",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Scott T. Yabiku",
    "email": "syabiku@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/m2c2-project/m2c2kit.git",
    "directory": "packages/schematcs"
  },
  "homepage": "https://m2c2-project.github.io/m2c2kit",
  "dependencies": {
    "@angular-devkit/core": "^22.0.0",
    "@angular-devkit/schematics": "^22.0.0",
    "@schematics/angular": "^22.0.0",
    "archiver": "8.0.0",
    "es-module-shims": "2.8.1",
    "findup-sync": "5.0.0",
    "js-beautify": "1.15.4",
    "tar-stream": "3.2.0"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^22.0.0",
    "@m2c2kit/core": "0.3.37",
    "@m2c2kit/session": "0.3.19",
    "@types/archiver": "8.0.0",
    "@types/js-beautify": "1.14.3",
    "@types/semver": "7.7.1",
    "@types/tar-stream": "3.1.4",
    "jasmine": "^4.0.0",
    "semver": "7.8.3",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=22"
  }
}
