UNPKG

@node-elion/builder

Version:

Super scalable enterprise Node.js server library

76 lines (75 loc) 2.12 kB
{ "name": "@node-elion/builder", "version": "5.1.2", "description": "Super scalable enterprise Node.js server library", "main": "./lib/build/index.js", "scripts": { "release": "npx commit-and-tag-version", "cli": "node ./lib/cli/index.js" }, "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.4.1", "cli-spinners": "^2.9.2", "copy-webpack-plugin": "^13.0.0", "esbuild-loader": "^4.3.0", "lodash": "^4.17.21", "nodemon-webpack-plugin": "^4.8.2", "ora": "^8.2.0", "source-map-support": "^0.5.21", "ts-loader": "^9.5.2", "webpack": "^5.100.1", "webpack-cli": "^6.0.1", "webpack-node-externals": "^3.0.0", "webpack-shell-plugin-next": "^2.3.2", "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.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^28.14.0", "eslint-plugin-prettier": "^5.5.1", "npm-check-updates": "^18.0.1" }, "engines": { "node": ">=20.0.0" }, "volta": { "node": "20.19.3", "npm": "11.4.2" }, "files": [ "lib", "LICENSE", "README.md" ] }