@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.6",
"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.16",
"@eik/prettier-config": "1.0.1",
"@eik/semantic-release-config": "1.0.4",
"@eik/typescript-config": "1.0.0",
"@types/node": "22.15.21",
"eslint": "9.25.1",
"fastify": "4.28.1",
"npm-run-all2": "5.0.2",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"semantic-release": "23.1.1",
"tap": "20.0.3",
"typescript": "5.6.3"
},
"dependencies": {
"@eik/common": "5.1.5",
"rollup-plugin-import-map": "3.0.0",
"undici": "7.11.0"
},
"engines": {
"node": ">=20"
}
}