UNPKG

425 BJSONView Raw
1{
2 "name": "@tarojs/plugin-uglifyjs",
3 "version": "1.3.45",
4 "description": "Taro压缩JS文件",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/NervJS/taro.git"
12 },
13 "keywords": [
14 "taro"
15 ],
16 "author": "luckyadam",
17 "license": "MIT",
18 "dependencies": {
19 "uglify-js": "^3.3.24"
20 }
21}