UNPKG

@nrwl/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

38 lines 889 B
{ "name": "@nrwl/rollup", "version": "19.8.4", "private": false, "description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages-legacy/rollup" }, "keywords": [ "Monorepo", "Rollup", "Web", "CLI" ], "main": "./index", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "schematics": "./generators.json", "builders": "./executors.json", "dependencies": { "@nx/rollup": "19.8.4" }, "publishConfig": { "access": "public" }, "nx-migrations": { "migrations": "@nx/rollup/migrations.json" }, "type": "commonjs", "types": "./index.d.ts" }