{
  "name": "basic-kodyfire",
  "version": "0.1.36",
  "description": "Kodyfire general purpose Generator",
  "main": "build/index.js",
  "scripts": {
    "watch": "tsc -w",
    "postbuild": "npm run copy-files",
    "copy-files": "cp -R src/concepts/templates build/concepts",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nooqta/kodyfire.git",
    "directory": "packages/basic-kodyfire"
  },
  "bugs": {
    "url": "https://github.com/nooqta/kodyfire/issues"
  },
  "author": {
    "name": "NOQTA"
  },
  "dependencies": {
    "@angular-devkit/core": "^12.2.3",
    "@angular-devkit/schematics": "^12.2.3",
    "ajv": "^8.6.3",
    "fs-extra": "^10.0.0",
    "handlebars": "^4.7.7",
    "handlebars-delimiters": "^1.0.0",
    "kodyfire-core": "^0.1.36",
    "moment": "^2.29.4",
    "pluralize": "^8.0.0",
    "typescript": "~4.5.5"
  },
  "devDependencies": {
    "@types/node": "^17.0.45",
    "@types/pluralize": "0.0.29",
    "copyfiles": "^2.4.1"
  },
  "kodyfire": {
    "id": "basic",
    "type": "kodyfire",
    "version": "0.1"
  },
  "license": "ISC",
  "gitHead": "6a69e666b918d428502ce37fae8ccf17b884cbed"
}
