UNPKG

esbuild-plugin-import-map

Version:

ESbuild plugin to apply import map mappings to ESM a head of time.

46 lines (45 loc) 1.33 kB
{ "name": "esbuild-plugin-import-map", "version": "2.1.0", "description": "ESbuild plugin to apply import map mappings to ESM a head of time.", "main": "lib/plugin.js", "type": "module", "scripts": { "test": "tap --no-esm test/*.js --no-coverage", "test:snapshot": "TAP_SNAPSHOT=1 tap --no-esm test/*.js --no-coverage", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/trygve-lie/esbuild-plugin-import-map.git" }, "keywords": [ "ESBuild", "Import", "Map", "ESM", "Modules", "ECMAScript" ], "author": "Trygve Lie", "license": "MIT", "bugs": { "url": "https://github.com/trygve-lie/esbuild-plugin-import-map/issues" }, "homepage": "https://github.com/trygve-lie/esbuild-plugin-import-map#readme", "devDependencies": { "@semantic-release/changelog": "5.0.1", "@semantic-release/commit-analyzer": "8.0.1", "@semantic-release/git": "9.0.0", "@semantic-release/github": "7.2.0", "@semantic-release/npm": "7.0.8", "@semantic-release/release-notes-generator": "9.0.1", "esbuild": "0.8.11", "eslint": "7.14.0", "eslint-config-airbnb-base": "14.2.1", "eslint-plugin-import": "2.22.1", "semantic-release": "17.3.0", "tap": "14.11.0" } }