UNPKG

rollup-plugin-copy-assets-to

Version:
61 lines (60 loc) 1.75 kB
{ "name": "rollup-plugin-copy-assets-to", "version": "1.0.0", "description": "Copy additional assets into a directory you choose.", "main": "dist/rollup-plugin-copy-assets-to.js", "module": "dist/rollup-plugin-copy-assets.module-to.js", "jsnext:main": "dist/rollup-plugin-copy-assets.module-to.js", "files": [ "dist", "src", "README.md" ], "scripts": { "test": "npm run lint && jest", "pretest": "npm run build", "build": "npm run build:cjs && npm run build:module", "build:cjs": "rollup -c -o ./dist/rollup-plugin-copy-assets-to.js -f cjs", "build:module": "rollup -c -o ./dist/rollup-plugin-copy-assets-to.module.js -f es", "prebuild": "rimraf dist/*", "lint": "eslint ./src" }, "repository": { "type": "git", "url": "git+https://github.com/JonShort/rollup-plugin-copy-assets-to" }, "keywords": [ "rollup-plugin", "bundle", "copy", "rollup", "assets" ], "author": "Jon Short (https://github.com/JonShort)", "license": "MIT", "bugs": { "url": "https://github.com/JonShort/rollup-plugin-copy-assets-to/issues" }, "homepage": "https://github.com/JonShort/rollup-plugin-copy-assets-to#readme", "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "@babel/register": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "eslint": "^5.12.0", "eslint-config-google": "^0.11.0", "jest": "^23.6.0", "mocha": "^5.0.4", "rollup": "^1.1.0", "rollup-plugin-babel": "^4.3.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0" }, "peerDependencies": { "rollup": ">=0.67.0" }, "dependencies": { "fs-extra": "^7.0.1" } }