@eik/rollup-plugin
Version:
Rollup plugin for loading import maps from a Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.
75 lines (74 loc) • 1.97 kB
JSON
{
"name": "@eik/rollup-plugin",
"version": "5.0.17",
"description": "Rollup plugin for loading import maps from a Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
"type": "module",
"main": "./dist/plugin.cjs",
"types": "./types/plugin.d.ts",
"exports": {
"import": "./src/plugin.js",
"types": "./types/plugin.d.ts",
"require": "./dist/plugin.cjs"
},
"files": [
"CHANGELOG.md",
"package.json",
"src",
"dist",
"types"
],
"scripts": {
"clean": "rimraf .tap dist node_modules types",
"prepare": "npm run -s build",
"test": "tap --disable-coverage --allow-empty-coverage",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"start": "node --experimental-modules ./example/server.mjs",
"build": "rollup -c",
"types": "run-s types:module types:test",
"types:module": "tsc",
"types:test": "tsc --project tsconfig.test.json"
},
"repository": {
"type": "git",
"url": "git@github.com:eik-lib/rollup-plugin.git"
},
"keywords": [
"rollup-plugin",
"rollup.js",
"rollup",
"import",
"url",
"esm"
],
"author": "Finn.no",
"license": "MIT",
"bugs": {
"url": "https://github.com/eik-lib/rollup-plugin/issues"
},
"homepage": "https://github.com/eik-lib/rollup-plugin#readme",
"devDependencies": {
"@eik/eslint-config": "1.0.23",
"@eik/prettier-config": "1.0.1",
"@eik/semantic-release-config": "1.0.10",
"@eik/typescript-config": "1.0.0",
"@types/node": "24.10.1",
"eslint": "9.39.1",
"fastify": "5.6.2",
"npm-run-all2": "8.0.4",
"prettier": "3.7.4",
"rimraf": "6.1.2",
"rollup": "4.53.3",
"semantic-release": "25.0.2",
"tap": "21.5.0",
"typescript": "5.9.3"
},
"dependencies": {
"@eik/common": "5.1.13",
"rollup-plugin-import-map": "3.0.0",
"undici": "7.18.2"
},
"engines": {
"node": ">=20"
}
}