{
  "name": "@geexbox/geex-schematics",
  "version": "1.0.16",
  "description": "A schematics",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "schematics"
  ],
  "files": [
    "src",
    "package.json",
    "package-lock.json",
    "README.md"
  ],
  "author": "",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^17.1.0",
    "@angular-devkit/schematics": "^17.1.0",
    "typescript": "~4.9.3"
  },
  "devDependencies": {
    "@angular/cli": "^17.1.0",
    "@types/node": "^18.13.0",
    "@types/jasmine": "~4.3.0",
    "jasmine": "~4.5.0"
  }
}
