{
  "name": "@abgov/nx-adsp",
  "version": "13.24.0",
  "license": "Apache-2.0",
  "main": "src/index.js",
  "description": "Government of Alberta - Nx plugin for ADSP apps.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GovAlta/nx-tools.git",
    "directory": "packages/nx-adsp"
  },
  "peerDependencies": {
    "@abgov/nx-oc": "^13.0.0-0",
    "@nx/angular": "^23.0.0",
    "@nx/devkit": "^23.0.0",
    "@nx/eslint": "^23.0.0",
    "@nx/express": "^23.0.0",
    "@nx/react": "^23.0.0",
    "@nx/vue": "^23.0.0",
    "eslint": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "tslib": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "@nx/angular": {
      "optional": true
    },
    "@nx/express": {
      "optional": true
    },
    "@nx/react": {
      "optional": true
    },
    "@nx/vue": {
      "optional": true
    }
  },
  "dependencies": {
    "axios": "^1.16.0",
    "enquirer": "^2.3.6",
    "json-schema-to-typescript": "^13.0.1",
    "socket.io-client": "^4.8.3"
  },
  "generators": "./generators.json",
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "scripts": {},
  "types": "./src/index.d.ts",
  "type": "commonjs"
}
