@baleada/rollup-plugin-source-transform
Version:
Rollup plugin that allows you to transform files' content during your build step.
51 lines (50 loc) • 1.39 kB
JSON
{
"name": "@baleada/rollup-plugin-source-transform",
"version": "0.5.1",
"description": "Rollup plugin that allows you to transform files' content during your build step.",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
"require": "./lib/index.cjs",
"import": "./lib/index.js"
},
"scripts": {
"prepare": "tsc && rollup --config rollup.config.ts --configPlugin typescript --bundleConfigAsCjs",
"test:only": "run() { uvu -r ts-node/register tests/$2 $1.test.ts$; }; run",
"test": "npm run test:only ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/baleada/rollup-plugin-source-transform.git"
},
"keywords": [
"baleada",
"rollup-plugin",
"source transform"
],
"author": {
"name": "Alex Vipond",
"email": "hello@alexvipond.dev",
"url": "https://alexvipond.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/baleada/rollup-plugin-source-transform/issues"
},
"homepage": "https://baleada.netlify.com",
"devDependencies": {
"@baleada/prepare": "^0.5.25",
"rollup": "^3.2.3",
"tailwindcss": "^2.1.1",
"ts-node": "^9.1.1",
"tslib": "^2.4.0",
"typescript": "^4.2.4",
"uvu": "^0.5.1"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@rollup/pluginutils": "^5.0.2"
}
}