UNPKG

rollup-watch

Version:

Watch files for changes and perform incremental rebuilds with Rollup

47 lines (46 loc) 1.14 kB
{ "name": "rollup-watch", "version": "4.3.1", "description": "Watch files for changes and perform incremental rebuilds with Rollup", "main": "dist/rollup-watch.cjs.js", "jsnext:main": "dist/rollup-watch.es.js", "files": [ "src", "dist", "README.md" ], "scripts": { "test": "mocha", "pretest": "npm run build", "build": "rollup -c", "prepublish": "npm run lint && npm test", "lint": "eslint src" }, "repository": "rollup/rollup-watch", "keywords": [ "rollup", "modules", "bundling" ], "author": "Rich Harris", "license": "MIT", "bugs": { "url": "https://github.com/rollup/rollup-watch/issues" }, "homepage": "https://github.com/rollup/rollup-watch#readme", "dependencies": { "chokidar": "^1.7.0", "require-relative": "0.8.7", "rollup-pluginutils": "^2.0.1" }, "devDependencies": { "eslint": "^3.12.2", "mocha": "^3.2.0", "rollup": "^0.42.0", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-json": "^2.0.0", "rollup-plugin-node-resolve": "^3.0.0", "sander": "^0.6.0" } }