-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
55
56
{
"name": "simple-cdn-webpack-plugin",
"version": "1.0.5",
"description": "Install",
"main": "dist/index.js",
"scripts": {
"build": "babel ./src/upload.js -o ./dist/index.js --no-comments"
},
"dependencies": {
"find-cache-dir": "^3.3.1",
"qiniu": "^7.3.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"chalk": "^3.0.0",
"ora": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-stage-0": "^7.8.3",
"babel-preset-minify": "^0.5.1",
"babel-preset-stage-1": "^6.24.1",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"mocha": "^7.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abelce/simple-cdn-webpack-plugin.git"
},
"author": "https://github.com/abelce",
"license": "MIT",
"bugs": {
"url": "https://github.com/abelce/simple-cdn-webpack-plugin/issues"
},
"homepage": "https://github.com/abelce/simple-cdn-webpack-plugin#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [
"webpack",
"plugin",
"qiniu",
"cdn",
"upload",
"exclude"
],
"directories": {
"test": "test"
}
}