-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 860 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 860 Bytes
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
{
"name": "@fe6/water-loader",
"description": "更快的书写 Water 标签,更好的规范编码",
"version": "0.1.0",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "prettier --write \"{src,demo}/*.{js,vue}\""
},
"author": "李梦龙 <649076408@qq.com>",
"license": "MIT",
"keywords": [
"water",
"water-loader",
"@fe6/water-loader",
"webpack",
"loader"
],
"homepage": "https://github.com/fe6/water-loader#readme",
"repository": {
"type": "git",
"url": "git@github.com:fe6/water-loader.git"
},
"bugs": {
"url": "https://github.com/fe6/water-loader/issues"
},
"pre-commit": [
"lint"
],
"dependencies": {
"loader-utils": "^1.2.3",
"water-helper-maps": "^0.1.0"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"prettier": "^1.19.1"
}
}