{
  "name": "@nakedobjects/schematics",
  "version": "14.0.0",
  "description": "Schematics for Naked Objects",
  "license": "Apache-2.0",
  "author": "Richard Pawson <rpawson@nakedobjects.org>",
  "bugs": "https://github.com/NakedObjectsGroup/NakedObjectsFramework/issues",
  "homepage": "https://github.com/NakedObjectsGroup/NakedObjectsFramework",
  "repository": {
    "type": "git",
    "url": "git://github.com/NakedObjectsGroup/NakedObjectsFramework.git"
  },
  "scripts": {
    "clean": "rimraf temp && rimraf src/nakedobjects-schematics/files",
    "prebuild": "yarn clean && node prebuild.js",
    "build": "tsc -p tsconfig.json",
    "test": "yarn build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "schematics",
    "objects",
    "naked",
    "nakedobjects"
  ],
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^15.2.2",
    "@angular-devkit/schematics": "^15.2.2",
    "@types/jasmine": "~4.3.1",
    "@types/node": "~18.15.1",
    "jasmine": "~4.5.0",
    "cpx2": "~4.2.2",
    "mv": "~2.1.1",
    "rimraf": "~4.4.0",
    "typescript": "~4.9.5"
  }
}
