UNPKG

@daotl/traf-nx

Version:

A cli tool that wraps `@traf/core` to be used with Nx.

38 lines (37 loc) 805 B
{ "name": "@daotl/traf-nx", "version": "0.0.17-2", "main": "index.js", "types": "src/index.d.ts", "license": "MIT", "description": "A cli tool that wraps `@traf/core` to be used with Nx.", "repository": { "type": "git", "url": "https://github.com/lemonade-hq/traf.git", "directory": "libs/nx" }, "keywords": [ "monorepo", "monorepos", "nx", "nx-workspace", "true-affected", "affected" ], "homepage": "https://github.com/lemonade-hq/traf#readme", "publishConfig": { "access": "public" }, "bin": { "traf-nx": "bin/traf-nx.js" }, "dependencies": { "chalk": "^5.2.0", "fast-find-in-files": "^1.0.1", "globby": "^13.1.4", "ts-morph": "^18.0.0", "yargs": "^17.7.2" }, "module": "./cli.js", "type": "module" }