73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "@nx/js",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "The JS plugin for Nx contains executors and generators that provide 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": {
|
|
"@babel/core": "^7.22.9",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-decorators": "^7.22.7",
|
|
"@babel/plugin-transform-runtime": "^7.22.9",
|
|
"@babel/preset-env": "^7.22.9",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@babel/runtime": "^7.22.6",
|
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
"babel-plugin-const-enum": "^1.0.1",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"babel-plugin-transform-typescript-metadata": "^0.3.1",
|
|
"chalk": "^4.1.0",
|
|
"detect-port": "^1.5.1",
|
|
"fast-glob": "3.2.7",
|
|
"fs-extra": "^11.1.0",
|
|
"ts-node": "10.9.1",
|
|
"tsconfig-paths": "^4.1.2",
|
|
"ignore": "^5.0.4",
|
|
"js-tokens": "^4.0.0",
|
|
"minimatch": "3.0.5",
|
|
"semver": "7.5.3",
|
|
"source-map-support": "0.5.19",
|
|
"tslib": "^2.3.0",
|
|
"@nx/devkit": "file:../devkit",
|
|
"@nx/workspace": "file:../workspace"
|
|
},
|
|
"peerDependencies": {
|
|
"verdaccio": "^5.0.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"verdaccio": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|