-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "uglify-js-export",
"version": "3.19.3",
"description": "A transform to make UglifyJS work in browserify.",
"homepage": "https://jaywcjlove.github.io/tools/#/js-beautifier",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "./lib/uglifyjs.js",
"typings": "./index.d.ts",
"scripts": {
"start": "node scripts/build.js",
"test:watch": "jest --watch",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/uglify-js-export.git"
},
"keywords": [
"js",
"uglify",
"uglify-js"
],
"author": "Kenny Wong<[email protected]>",
"license": "MIT",
"files": [
"lib",
"index.d.ts"
],
"devDependencies": {
"@types/uglify-js": "^3.17.0",
"fs-extra": "^11.0.0",
"jest": "^29.0.0",
"uglify-js": "^3.19.3"
}
}