-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "@belllabs/webpack-plugin-image-transform-webp-and-mini",
"version": "1.0.6",
"description": "webpack插件 用于将指定目录下的图片,转换为webp格式和一张压缩后的图片",
"main": "dist/bundle.js",
"scripts": {
"build": "TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuyxp/webpack-plugin-image-transform-webp-and-mini.git"
},
"keywords": [
"webpack",
"plugin",
"webp",
"mini",
"image",
"transfrom"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/wuyxp/webpack-plugin-image-transform-webp-and-mini/issues"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/wuyxp/webpack-plugin-image-transform-webp-and-mini#readme",
"devDependencies": {
"@types/node": "^11.11.6",
"@types/webpack": "^4.4.26",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tsconfig-paths": "^3.8.0",
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"loader-utils": "^1.2.3",
"sharp": "^0.22.0"
}
}