webpack-import-map-plugin
Version:
A webpack plugin to help generate import maps for outputted entry files, based on webpack-manifest-plugin
66 lines (65 loc) • 1.68 kB
JSON
{
"name": "webpack-import-map-plugin",
"version": "1.0.0-alpha0",
"description": "A webpack plugin to help generate import maps for outputted entry files, based on webpack-manifest-plugin",
"main": "index.js",
"scripts": {
"pretest": "npm run lint",
"test": "jest",
"lint": "eslint . --fix",
"preversion": "npm run test"
},
"engines": {
"node": ">=10.13.0"
},
"dependencies": {
"fs-extra": "^9.0.0",
"lodash": "^4.17.20",
"object.entries": "^1.1.2",
"tapable": "^1.0.0"
},
"peerDependencies": {
"webpack": "2 || 3 || 4"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zleight1/webpack-import-map-plugin.git"
},
"keywords": [
"webpack",
"import-map",
"import-map-deployer",
"webpack-import-map-plugin",
"importmap",
"import-maps",
"importmaps",
"plugin",
"single-spa",
"singlespa"
],
"author": "Zachary Charles Leighton <zleight1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zleight1/webpack-import-map-plugin/issues"
},
"homepage": "https://github.com/zleight1/webpack-import-map-plugin#readme",
"devDependencies": {
"eslint": "7.7.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "6.0.0",
"jest": "26.4.0",
"jest-junit": "11.1.0",
"memory-fs": "0.5.0",
"pre-commit": "1.2.2",
"webpack": "4.44.1"
}
}