{
  "name": "@vts-kit/nx-angular",
  "version": "1.0.10",
  "main": "src/index.js",
  "generators": "./generators.json",
  "bin": "./bin/index.js",
  "author": "Viettel Solutions",
  "license": "Viettel Solutions",
  "description": "VTS Kit Angular NX Plugin is a collection of generators to be integrated with Nx Workspace. This library aims to provide a quick way to start a new Angular Project and maintain code structure with least effort.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vts-contributor/vts-kit-angular-nx-plugin"
  },
  "dependencies": {
    "@nx/devkit": "16.5.1",
    "@phenomnomnominal/tsquery": "5.0.1",
    "chalk": "^4.1.0",
    "enquirer": "^2.3.6",
    "flat": "5.0.2",
    "nx": "16.5.1",
    "ora": "5.3.0",
    "tmp": "^0.2.1",
    "tslib": "^2.3.0",
    "webpack": "5.88.1",
    "yargs": "^17.6.0"
  },
  "types": "./src/index.d.ts"
}
