@node-elion/builder
Version:
Super scalable enterprise Node.js server library
78 lines (77 loc) • 2.22 kB
JSON
{
"name": "@node-elion/builder",
"version": "5.1.3",
"description": "Super scalable enterprise Node.js server library",
"main": "./lib/build/index.js",
"scripts": {
"release": "npx commit-and-tag-version",
"postrelease": "cd ./examples/project && npm i",
"cli": "node ./lib/cli/index.js",
"updates": "npm-check-updates"
},
"bin": {
"elion-builder": "./lib/cli/index.js",
"ebi": "./lib/cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elion-project/builder.git"
},
"author": "Yehor Brodskiy",
"license": "MIT",
"dependencies": {
"buffer-from": "^1.1.2",
"chalk": "^5.6.2",
"cli-spinners": "^2.9.2",
"copy-webpack-plugin": "^13.0.1",
"esbuild-loader": "^4.4.0",
"lodash": "^4.17.21",
"nodemon-webpack-plugin": "^4.8.2",
"ora": "^9.0.0",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.4",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.3",
"worker-loader": "^3.0.8",
"yargs": "^18.0.0"
},
"bugs": {
"url": "https://github.com/elion-project/builder/issues"
},
"homepage": "https://github.com/elion-project/builder#readme",
"keywords": [
"Elion",
"Eli",
"Builder",
"Webpack",
"bundler",
"esm",
"require"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.4",
"npm-check-updates": "^19.2.0"
},
"engines": {
"node": ">=20.0.0"
},
"volta": {
"node": "22.21.1",
"npm": "11.4.2"
},
"files": [
"lib",
"LICENSE",
"README.md"
]
}