-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 KB
/
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
45
46
47
48
49
50
51
52
53
54
{
"name": "@nexssp/min",
"version": "1.0.6",
"description": "Just minimize safely, FAST all src files to dist folder individually with the same name..",
"main": "dist/min.js",
"bin": {
"nexssp-min": "bin/nexssp-min.js"
},
"keywords": [
"uglify",
"minify",
"easy",
"safely",
"js",
"nexss"
],
"author": "mapoart@gmail.com",
"homepage": "https://nexss.com",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nexssp/min.git"
},
"bugs": {
"url": "https://github.com/nexssp/min/issues",
"email": "mapoart@gmail.com"
},
"scripts": {
"test": "jest --env=node --verbose ./tests",
"prepublish": "npm run build",
"build": "node ./bin/nexssp-min.js"
},
"files": [
"dist/min.js"
],
"license": "MIT",
"devDependencies": {
"jest": "^26.6.3"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
],
"dependencies": {
"@nexssp/logdebug": "^1.0.11",
"fast-glob": "^3.2.5",
"terser": "^5.7.0"
}
}