UNPKG

@plastic-ant/nx-dvc

Version:

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Npm package version](https://badgen.net/npm/v/@plastic-ant/nx-dvc)](https://npmjs.com/package/@plastic-ant/nx-dvc) [![Downloads](https://img.shields.i

52 lines (51 loc) 1.12 kB
{ "name": "@plastic-ant/nx-dvc", "version": "0.0.8", "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": "22.0.4", "nx": "22.0.4" } }