{
  "name": "@nxrocks/nx-ktor",
  "description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "version": "5.0.1",
  "main": "src/index.js",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "license": "MIT",
  "author": "Tine Kondo ",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinesoft/nxrocks.git",
    "directory": "packages/nx-ktor"
  },
  "homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/nx-ktor#readme",
  "bugs": {
    "url": "https://github.com/tinesoft/nxrocks/issues"
  },
  "keywords": [
    "nx-plugin",
    "ktor",
    "nx-workspace",
    "nx",
    "kotlin"
  ],
  "dependencies": {
    "@nxrocks/common-jvm": "3.0.1",
    "node-fetch": "^2.6.12",
    "enquirer": "^2.4.1",
    "tslib": "^2.6.1"
  },
  "typings": "./src/index.d.ts",
  "peerDependencies": {
    "@nx/devkit": ">=20.0.0"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "types": "./src/index.d.ts",
  "type": "commonjs"
}
