UNPKG

@maddragon/wptool

Version:

项目开发通用工具类封装:webpack

30 lines (29 loc) 790 B
{ "name": "@maddragon/wptool", "version": "0.0.25", "description": "项目开发通用工具类封装:webpack", "main": "./dist/wptool.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc" }, "repository": { "type": "git", "url": "https://e.coding.net/maddragon/project-general-tools.git" }, "keywords": [ "MadDragon", "TypeScript", "webPack" ], "author": "Mad Dragon <395548460@qq.com>", "license": "MIT", "dependencies": { "@types/node": "^13.11.1", "compression-webpack-plugin": "^4.0.1", "terser-webpack-plugin": "^4.1.0" }, "devDependencies": { "typescript": "^4.3.5" } }