1 Star 2 Fork 2

MacXiang/autojs开发webpack插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
MacXiang 提交于 2023-12-15 17:14 +08:00 . 修复包名前缀
{
"name": "@mac-xiang/autojs-dev-webpack-plugin",
"version": "1.0.0",
"description": "AutoX.js 的开发及部署工具,主要替换 VScode 插件 Auto.js-VSCodeExt-Fixed,且有别于\"autox-deploy-webpack-plugin\"因为他热更新有不及时等弊端.",
"main": "dist/index.js",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AutoX",
"dev",
"autojs"
],
"author": "MacXiang",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@types/archiver": "^6.0.2",
"@types/node": "^20.10.4",
"@types/stream-buffers": "^3.0.7",
"@types/walk": "^2.3.4",
"@types/websocket": "^1.0.10",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^4.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"type": "commonjs",
"dependencies": {
"@devicefarmer/adbkit": "^3.2.5",
"archiver": "^6.0.1",
"stream-buffers": "^3.0.2",
"tslib": "^2.6.2",
"walk": "^2.3.15",
"websocket": "^1.0.34"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://gitee.com/tmkmk/autojs-dev-webpack-plugin.git"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MacXiang/autojs-dev-webpack-plugin.git
git@gitee.com:MacXiang/autojs-dev-webpack-plugin.git
MacXiang
autojs-dev-webpack-plugin
autojs开发webpack插件
main

搜索帮助