49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@nrwl/js",
|
|
"version": "0.0.1",
|
|
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
|
|
"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/devkit": "file:../devkit",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"@parcel/watcher": "2.0.4",
|
|
"chalk": "4.1.0",
|
|
"fast-glob": "3.2.7",
|
|
"fs-extra": "^10.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"
|
|
}
|
|
}
|