@ayan4m1/rollup-plugin-multi-input
Version:
A rollup plugin which allows 1:1 mapping of input to output files.
81 lines (80 loc) • 2.11 kB
JSON
{
"name": "@ayan4m1/rollup-plugin-multi-input",
"version": "2.1.2",
"description": "A rollup plugin which allows 1:1 mapping of input to output files.",
"type": "module",
"module": "./dist/plugin.js",
"exports": {
".": "./dist/plugin.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "eslint src/**/*.ts",
"build": "tsc",
"prepare": "npm run lint && npm run build",
"test": "jest --coverage"
},
"files": [
"dist"
],
"keywords": [
"rollup-plugin",
"rollup",
"es6",
"glob",
"multi-entry",
"modular",
"libraries"
],
"repository": {
"type": "git",
"url": "https://github.com/ayan4m1/rollup-plugin-multi-input.git"
},
"author": "alfredo salzillo <alfredosalzillo93@gmail.com>",
"maintainers": [
"ayan4m1 <andrew@bulletlogic.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ayan4m1/rollup-plugin-multi-input/issues"
},
"homepage": "https://github.com/ayan4m1/rollup-plugin-multi-input#readme",
"devDependencies": {
"@babel/core": "7.26.9",
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.26.0",
"@eslint/js": "^9.21.0",
"@rollup/plugin-json": "6.1.0",
"@types/jest": "29.5.14",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"babel-jest": "29.7.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"prettier": "^3.5.2",
"rollup": "4.20.0",
"rollup2": "npm:rollup@2.79.1",
"rollup3": "npm:rollup@3.29.4",
"ts-jest": "^29.2.6",
"tsc": "2.0.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0"
},
"dependencies": {
"fast-glob": "3.3.3"
},
"peerDependencies": {
"rollup": ">=2.x"
}
}