UNPKG

install-rspack

Version:

Overrides rspack with latest/canary/nightly/beta version

54 lines (53 loc) 1.25 kB
{ "name": "install-rspack", "version": "0.3.2", "description": "Overrides rspack with latest/canary/nightly/beta version", "type": "module", "exports": { ".": "./outfile.mjs" }, "bin": "./outfile.mjs", "files": [ "outfile.mjs" ], "scripts": { "prepare": "pnpm run build", "build": "node ./build.js", "release": "node ./scripts/release.mjs", "format": "prettier ./index.ts --write", "bump": "npx bumpp" }, "repository": { "type": "git", "url": "git+https://github.com/rspack-contrib/install-rspack.git" }, "keywords": [ "rspack", "canary", "alpha", "beta" ], "author": "Soon <sooniter@gmail.com>", "license": "MIT", "devDependencies": { "@clack/prompts": "^0.7.0", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.2", "@types/node": "18", "esbuild": "^0.19.3", "execa": "^8.0.1", "picocolors": "^1.0.0", "prettier": "^3.0.3", "semver": "^7.6.3", "fs-extra": "11.2.0", "ts-node": "^10.9.1" }, "engines": { "node": ">= 18.11.0" }, "prettier": { "semi": false, "singleQuote": true }, "packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2" }