@rogrp6/fork__fork__alias-jsconfig-webpack-plugin
Version:
webpack plugin: auto convert resolve.alias to jsconfig.json or tsconfig.json
31 lines (30 loc) • 817 B
JSON
{
"name": "@rogrp6/fork__fork__alias-jsconfig-webpack-plugin",
"version": "1.0.3-3",
"description": "webpack plugin: auto convert resolve.alias to jsconfig.json or tsconfig.json",
"main": "webpack-plugin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development"
},
"files": [
"webpack-plugin"
],
"keywords": [
"webpack plugin",
"jsconfig.json",
"alias"
],
"author": "yuzai <a545905403@163.com> (http://blog.maxiaobo.com.cn/)",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.5.0",
"webpack": "^5.3.0",
"webpack-cli": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yuzai/webpack-plugin-alias-jsconfig"
}
}