@nx/express
Version:
52 lines • 1.15 kB
JSON
{
"name": "@nx/express",
"version": "21.4.0",
"private": false,
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/express"
},
"keywords": [
"Monorepo",
"Node",
"Express",
"Jest",
"Cypress",
"CLI",
"Backend"
],
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"generators": "./generators.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@nx/devkit": "21.4.0",
"@nx/js": "21.4.0",
"@nx/node": "21.4.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"express": "^4.21.2"
},
"peerDependenciesMeta": {
"express": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"type": "commonjs"
}