nx/packages/devkit/package.json
2023-06-23 14:58:37 -04:00

47 lines
1.0 KiB
JSON

{
"name": "@nx/devkit",
"version": "0.0.1",
"private": false,
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
"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",
"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",
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"semver": "7.5.3"
},
"peerDependencies": {
"nx": ">= 15 <= 17"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
}