@harves/nx-node-esm-plugin
Version:
Node executor including ESM module resolution for buildable libraries within Nx workspaces.
57 lines • 1.33 kB
JSON
{
"name": "@harves/nx-node-esm-plugin",
"version": "0.2.1",
"private": false,
"description": "Node executor including ESM module resolution for buildable libraries within Nx workspaces.",
"repository": {
"type": "git",
"url": "https://github.com/danielsharvey/nx-node-esm-plugin.git",
"directory": "libs/nx-node-esm-plugin"
},
"author": {
"name": "Daniel Harvey",
"url": "https://github.com/danielsharvey"
},
"homepage": "https://github.com/danielsharvey/nx-node-esm-plugin",
"license": "MIT",
"keywords": [
"nx",
"node",
"typescript",
"javascript",
"nx-plugin",
"esm"
],
"bugs": {
"url": "https://github.com/danielsharvey/nx-node-esm-plugin/issues"
},
"dependencies": {
"@nx/devkit": "19.1.1",
"tslib": "^2.3.0",
"nx": "19.1.1",
"chalk": "4.1.2",
"npm-run-path": "4.0.1",
"resolve-pkg-maps": "^1.0.0",
"dotenv": "16.3.2",
"@nx/js": "19.1.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"executors": "./executors.json",
"generators": "./generators.json",
"files": [
"README.md",
"LICENSE",
"CONTRIBUTING.md",
"executors.json",
"generators.json",
"src"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.19.0"
}
}