UNPKG

@gforces/webpack-assets-map-plugin

Version:

Exports map of webpack compilation entrypoints and assets

59 lines (58 loc) 1.56 kB
{ "name": "@gforces/webpack-assets-map-plugin", "version": "0.0.9", "license": "MIT", "author": "Michal Felski <michal.felski@gforces.pl>", "description": "Exports map of webpack compilation entrypoints and assets", "type": "commonjs", "main": "AssetsMapPlugin.js", "types": "AssetsMapPlugin.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:module": "npx babel src/AssetsMapPlugin.js -o AssetsMapPlugin.js", "build:types": "npx cpy src/AssetsMapPlugin.d.ts . --flat", "build": "npm-run-all build:*", "publish": "npm run build && npm publish --access public" }, "keywords": [ "webpack", "webpack5", "plugin", "assets", "map", "entrypoints", "json" ], "files": [ "AssetsMapPlugin.js", "AssetsMapPlugin.d.ts", "package.json", "LICENCE" ], "devDependencies": { "@babel/cli": "*", "@babel/preset-env": "*", "@types/node": "*", "@types/webpack": "*", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "cpy-cli": "*", "eslint": "*", "eslint-config-google": "*", "npm-run-all": "*", "typescript": "*" }, "peerDependencies": { "webpack": "^5" }, "dependencies": { }, "repository": { "type": "git", "url": "git+https://github.com/GForces-PL/webpack-assets-map-plugin.git" }, "bugs": { "url": "https://github.com/GForces-PL/webpack-assets-map-plugin/issues" }, "homepage": "https://github.com/GForces-PL/webpack-assets-map-plugin#readme" }