UNPKG

rollup-plugin-bundle-inject

Version:
49 lines (48 loc) 1.33 kB
{ "name": "rollup-plugin-bundle-inject", "version": "1.0.1", "description": "Inject JS or CSS bundle into a template where necessary", "main": "dist/index.js", "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/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" } }