UNPKG

@rollup-extras/plugin-copy

Version:
64 lines 1.42 kB
{ "type": "module", "version": "1.11.1", "name": "@rollup-extras/plugin-copy", "description": "Rollup plugin to copy assets during build.", "license": "MIT", "author": "Konstantin Shutkin", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs", "default": "./dist/index.mjs" }, "./package.json": "./package.json" }, "files": [ "dist" ], "engines": { "node": ">=15" }, "repository": { "type": "git", "url": "git+https://github.com/kshutkin/rollup-extras.git", "directory": "plugin-copy" }, "bugs": "https://github.com/kshutkin/rollup-extras/issues", "homepage": "https://github.com/kshutkin/rollup-extras/blob/main/plugin-copy/README.md", "readme": "README.md", "keywords": [ "rollup-plugin", "copy", "assets" ], "dependencies": { "@niceties/logger": "^1.1.4", "glob": "^10.0.0", "glob-parent": "^6.0.2", "@rollup-extras/utils": "^1.4.6" }, "peerDependencies": { "rollup": "^2.60.1 || ^3.0.0 || ^4.0.0" }, "peerDependenciesMeta": { "rollup": { "optional": true } }, "types": "./dist/index.d.ts", "typesVersions": { "*": { ".": [ "dist/index.d.ts" ], "*": [ "dist/index.d.ts", "dist/*" ] } } }