UNPKG

durrrrrrrrrjs

Version:

JavaScript Plugin for Nx

49 lines (48 loc) 1.13 kB
{ "name": "durrrrrrrrrjs", "version": "0.0.1", "description": "JavaScript Plugin for Nx", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/js" }, "keywords": [ "Monorepo", "Web", "Node", "Swc", "Tsc", "CLI" ], "main": "src/index.js", "typings": "src/index.d.ts", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "generators": "./generators.json", "schematics": "./generators.json", "executors": "./executors.json", "builders": "./executors.json", "dependencies": { "@nrwl/workspace": "*", "@nrwl/devkit": "*", "@nrwl/jest": "*", "@nrwl/linter": "*", "@parcel/watcher": "2.0.4", "chalk": "4.1.0", "fast-glob": "^3.2.7", "fs-extra": "^9.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", "minimatch": "3.0.4", "source-map-support": "0.5.19", "tree-kill": "1.2.2" } }