-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 859 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 859 Bytes
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
36
37
38
39
40
41
{
"name": "esminify",
"version": "4.0.6",
"description": "The ECMAScript(javascript) minify tool",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/estools2/esminify.git"
},
"keywords": [
"es6",
"minify"
],
"bin": {
"esminify": "bin/esminify"
},
"maintainers": [
"yuzhigang33",
"fishbar <zhengxinlin@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/estools2/esminify/issues"
},
"homepage": "https://github.com/estools2/esminify#readme",
"dependencies": {
"@babel/core": "7.21.3",
"babel-preset-minify": "0.5.2",
"commander": "2.10.0",
"litelog": "^3.0.6",
"lodash": "4.17.21",
"xfs": "0.2.6"
},
"devDependencies": {
"mocha": "^3.5.3",
"should": "^8.4.0"
}
}