rollup-plugin-rld
Version:
Rollup plugin to inject a live reload script into your bundle
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "rollup-plugin-rld",
"version": "1.3.0",
"keywords": [
"Rollup-plugin",
"Rollup",
"Plugin",
"Reload",
"RLD",
"livereload"
],
"description": "Rollup plugin to inject a live reload script into your bundle",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"type": "module",
"types": "dist/types/index.d.ts",
"author": "Sebastian Heinz",
"license": "MIT",
"private": false,
"repository": "https://github.com/IamSebastianDev/rollup-plugin-rld",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/node": "^20.1.0",
"ava": "^5.1.1",
"esbuild": "^0.17.8",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rollup": "^3.2.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"semantic-release": "^21.0.0",
"typescript": "^5.0.4"
},
"scripts": {
"preci": "rm -rf node_modules",
"ci": "yarn install --frozen-lockfile",
"setup": "npx husky install",
"build": "rollup -c .config/rollup.config.js",
"dev": "yarn build --watch",
"test": "ava ./test",
"semantic-release": "semantic-release --branches release"
}
}