{
  "name": "@plastic-ant/nx-dvc",
  "version": "0.0.2",
  "license": "MIT",
  "type": "commonjs",
  "types": "./dist/src/index.d.ts",
  "main": "./dist/src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/plastic-ant/packages.git",
    "directory": "packages/nx-dvc"
  },
  "homepage": "https://github.com/plastic-ant/packages/tree/main/packages/nx-dvc#readme",
  "bugs": {
    "url": "https://github.com/plastic-ant/packages/issues"
  },
  "keywords": [
    "nx",
    "crystal",
    "dvc"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "executors.json",
    "generators.json",
    "!**/*.map"
  ],
  "publishConfig": {
    "access": "public",
    "scope": "@plastic-ant"
  },
  "author": {
    "name": "pas-mike",
    "url": "https://github.com/pas-mike"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://buymeacoffee.com/plasticant"
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "devDependencies": {
    "json-schema-to-typescript": "^15.0.3"
  },
  "dependencies": {
    "@nx/devkit": "20.6.4",
    "nx": "20.6.4"
  }
}
