-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 919 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
{
"name": "imgzip",
"version": "2.0.10",
"description": "compress img",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --mode production",
"tsc": "tsc",
"tsc & build": "tsc && npm run build"
},
"keywords": [
"compress",
"img",
"zip"
],
"files": [
"dist"
],
"author": "mgso",
"license": "MIT",
"devDependencies": {
"typescript": "^4.0.3",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack-cli": "^3.3.12",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.16.0"
},
"bugs": {
"url": "https://github.com/mgsod/imgZip/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mgsod/imgZip"
}
}