UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@nrwl/schematics",
3 "version": "8.8.1",
4 "description": "Extensible Dev Tools for Monorepos: Schematics",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/nrwl/nx.git"
8 },
9 "keywords": [
10 "Monorepo",
11 "Angular",
12 "React",
13 "Web",
14 "Node",
15 "Nest",
16 "Jest",
17 "Cypress",
18 "CLI"
19 ],
20 "main": "index.js",
21 "types": "index.d.js",
22 "author": "Victor Savkin",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/nrwl/nx/issues"
26 },
27 "homepage": "https://nx.dev",
28 "schematics": "./src/collection.json",
29 "ng-update": {
30 "requirements": {},
31 "migrations": "./migrations/migrations.json"
32 },
33 "dependencies": {
34 "@nrwl/workspace": "8.8.1",
35 "@nrwl/angular": "8.8.1",
36 "app-root-path": "^2.0.1",
37 "cosmiconfig": "4.0.0",
38 "fs-extra": "6.0.0",
39 "graphviz": "0.0.8",
40 "ignore": "5.0.4",
41 "npm-run-all": "4.1.5",
42 "opn": "^5.3.0",
43 "rxjs": "^6.4.0",
44 "semver": "5.4.1",
45 "strip-json-comments": "2.0.1",
46 "tmp": "0.0.33",
47 "viz.js": "^1.8.1",
48 "yargs-parser": "10.0.0",
49 "yargs": "^11.0.0",
50 "prettier": "1.16.4"
51 }
52}