babel-plugin-import-map
Version:
Babel plugin to apply import map mappings to ESM a head of time.
49 lines (48 loc) • 1.44 kB
JSON
{
"name": "babel-plugin-import-map",
"version": "1.0.0",
"description": "Babel 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",
"build": "babel fixtures/modules/simple/ -d out"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trygve-lie/babel-plugin-import-map.git"
},
"keywords": [
"Babel",
"Import",
"Map",
"ESM",
"Modules",
"ECMAScript"
],
"author": "Trygve Lie",
"license": "MIT",
"bugs": {
"url": "https://github.com/trygve-lie/babel-plugin-import-map/issues"
},
"homepage": "https://github.com/trygve-lie/babel-plugin-import-map#readme",
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@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.9",
"@semantic-release/release-notes-generator": "9.0.1",
"eslint": "7.15.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"semantic-release": "17.3.0",
"tap": "14.11.0"
}
}