UNPKG

@nrwl/rspack

Version:

@nrwl/rspack has been deprecated in favor of [@nx/rspack](https://www.npmjs.com/package/@nx/rspack). Please use that instead.

28 lines 595 B
{ "name": "@nrwl/rspack", "version": "19.8.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-labs.git", "directory": "packages-legacy/rspack" }, "keywords": [ "Monorepo", "Next", "Vercel" ], "author": "Jack Hsu", "license": "MIT", "homepage": "https://nx.dev", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", "dependencies": { "@nx/rspack": "19.8.0" }, "nx-migrations": { "migrations": "@nx/rspack/migrations.json" }, "types": "./index.d.ts" }