mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
{
|
|
"name": "@nx/node",
|
|
"version": "22.4.5",
|
|
"private": false,
|
|
"description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/node"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Node",
|
|
"Nest",
|
|
"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": {
|
|
"tslib": "^2.3.0",
|
|
"@nx/devkit": "22.4.5",
|
|
"@nx/jest": "22.4.5",
|
|
"@nx/js": "22.4.5",
|
|
"@nx/eslint": "22.4.5",
|
|
"@nx/docker": "22.4.5",
|
|
"tcp-port-used": "^1.0.2",
|
|
"kill-port": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "22.4.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"type": "commonjs"
|
|
}
|