rollup-plugin-bundle-inject
Version:
Inject JS or CSS bundle into a template where necessary
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "rollup-plugin-bundle-inject",
"version": "1.0.3",
"description": "Inject JS or CSS bundle into a template where necessary",
"main": "dist/index.js",
"files": [
"README.md",
"package.json",
"dist/"
],
"scripts": {
"start": "tsc --watch",
"build": "sh bin/build.sh",
"test": "mocha \"**/*.test.ts\" --colors --config ./.mocharc.js",
"test:watch": "npm run test -- --watch",
"prettier": "prettier --write .",
"prettier:watch": "onchange \"./**/*\" -- prettier --write --ignore-unknown {{changed}}"
},
"keywords": [
"rollup",
"rollup plugin",
"rollup inject",
"rollup bundle",
"bundle inject"
],
"author": "Jacket Chen <342115615@qq.com>",
"license": "ISC",
"dependencies": {
"html-minifier": "^4.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/html-minifier": "^4.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"onchange": "^7.0.2",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"rollup-plugin-postcss": "^3.1.8",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"typescript": "^4.0.3",
"uglify-js": "^3.11.1"
},
"repository": {
"type": "git",
"url": "git@github.com:chenjuneking/rollup-plugin-bundle-inject.git"
},
"bugs": {
"url": "https://github.com/chenjuneking/rollup-plugin-bundle-inject/issues"
}
}