rollup-plugin-import-map
Version:
Rollup plugin to apply import map mappings to a build
62 lines (61 loc) • 1.44 kB
JSON
{
"name": "rollup-plugin-import-map",
"version": "3.0.0",
"description": "Rollup plugin to apply import map mappings to a build",
"type": "module",
"main": "./lib/plugin.js",
"files": [
"lib",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"test": "tap",
"test:snapshot": "TAP_SNAPSHOT=1 tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trygve-lie/rollup-plugin-import-map.git"
},
"keywords": [
"Rollup",
"Import",
"Map",
"ESM",
"Modules",
"ECMAScript"
],
"author": {
"name": "Trygve Lie",
"email": "post@trygve-lie.com",
"url": "https://github.com/trygve-lie"
},
"contributors": [
{
"name": "Keith Cirkel",
"url": "https://github.com/keithamus"
},
{
"name": "Richard Walker",
"url": "https://github.com/digitalsadhu"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trygve-lie/rollup-plugin-import-map/issues"
},
"homepage": "https://github.com/trygve-lie/rollup-plugin-import-map#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"eslint": "8.26.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"rollup": "3.2.3",
"semantic-release": "19.0.5",
"tap": "16.03.0"
}
}