{
  "name": "@guidesmiths/cuckoojs-schematics",
  "version": "0.0.10",
  "description": "A collection of CuckooJS schematics",
  "keywords": [
    "schematics",
    "cuckoojs"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 12"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guidesmiths/cuckoojs.git"
  },
  "bugs": {
    "url": "https://github.com/guidesmiths/cuckoojs/issues"
  },
  "homepage": "https://github.com/guidesmiths/cuckoojs#readme",
  "contributors": [
    {
      "name": "David Yusta",
      "email": "david.yusta@one-beyond.com"
    },
    {
      "name": "Laura Corbí",
      "email": "laura.corbi@one-beyond.com"
    },
    {
      "name": "Adrián Rodríguez",
      "email": "adrian.rodriguez@one-beyond.com"
    },
    {
      "name": "Íñigo Marquínez",
      "email": "inigo.marquinez@one-beyond.com"
    }
  ],
  "schematics": "./dist/collection.json",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "copyfiles -a -u 1 ./src/collection.json ./src/*/schema.json \"./src/*/files/**/*\" dist/",
    "watch": "tsc -p tsconfig.json --watch",
    "test": "jest src/**/*.spec.ts",
    "test:dev": "npm run build && jest src/**/*.spec.ts",
    "lint": "eslint --ext .ts . && tsc --noemit",
    "lint:fix": "eslint --fix --ext .ts .",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "dependencies": {
    "@angular-devkit/core": "^14.2.7",
    "@angular-devkit/schematics": "^14.2.6",
    "@schematics/angular": "^14.2.6",
    "jsonc-parser": "^3.2.0"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1"
  },
  "gitHead": "cd9a362a8a9c60993d08582f1ef51255140d660d"
}
