nx/packages/devkit/package.json
Craigory Coppola 458fc36014
chore(misc): split create tree with empty workspace to remove parameter (#10188)
* feat(devkit): split create-empty-tree to different functions

* chore(repo): apply migration for createEmptyTree

* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00

43 lines
845 B
JSON

{
"name": "@nrwl/devkit",
"version": "0.0.1",
"description": "Smart, Fast and Extensible Build System",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/devkit"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"ejs": "^3.1.7",
"ignore": "^5.0.4",
"semver": "7.3.4",
"tslib": "^2.3.0",
"@phenomnomnominal/tsquery": "4.1.1"
},
"peerDependencies": {
"nx": ">= 13.10 <= 15"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
}