{
  "name": "@jojoxd/barrels-nx",
  "description": "Barrels NX Plugin",
  "version": "0.0.1-alpha.0",
  "author": "Joey Vos <contact@jojoxd.nl> (https://jojoxd.nl)",
  "keywords": [
    "nx-plugin",
    "barrels"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=16"
  },
  "homepage": "https://gitlab.jojoxd.nl/jojoxd-npm/barrels",
  "bugs": {
    "url": "https://github.com/jojoxd/barrels/issues"
  },
  "repository": {
    "url": "https://gitlab.jojoxd.nl/jojoxd-npm/barrels.git",
    "type": "git",
    "directory": "packages/barrels-nx"
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "dependencies": {
    "@nx/devkit": "16.1.4",
    "@tsed/logger": "^6.5.0",
    "ajv": "^8.12.0",
    "glob": "^10.2.4",
    "is-unicode-supported": "^1.3.0",
    "pkg-dir": "^7.0.0"
  },
  "peerDependencies": {
    "@jojoxd/barrels": "0.0.1-alpha.0",
    "@swc/helpers": "0.5.1"
  },
  "main": "./src/index.js",
  "exports": {
    ".": {
      "require": "./src/index.js"
    }
  }
}
