nx/packages/express/package.json

45 lines
1.0 KiB
JSON

{
"name": "@nrwl/express",
"version": "0.0.1",
"description": "The Nx Plugin for Express that 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"
],
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@nrwl/devkit": "file:../devkit",
"@nrwl/node": "file:../node",
"@nrwl/workspace": "file:../workspace"
},
"peerDependencies": {
"express": "4.17.2"
},
"peerDependenciesMeta": {
"express": {
"optional": true
}
}
}