-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 883 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
36
37
38
39
40
41
42
43
44
{
"name": "build-tmp",
"version": "1.2.6",
"description": "使用node压缩html,css,js以及转换es5",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html",
"css",
"js",
"node",
"es5"
],
"author": {
"name": "chris.zhao",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/zhaozhiwei123/nodeTmp.git"
},
"license": "ISC",
"files": [
"lib",
"bin"
],
"bin": {
"commandServiceTop": "./bin/index.js"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"clean-css": "^5.2.2",
"core-js": "^3.25.3",
"html-minifier": "^4.0.0",
"uglify-js": "^3.14.3"
},
"devDependencies": {
"build-tmp": "^1.1.7"
}
}