-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.43 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
57
{
"name": "file-replace-loader",
"version": "1.4.3",
"description": "file-replace-loader is webpack loader that allows you replace files in compile time",
"author": "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
"contributors": [
"Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
"Mickaël Thomas (https://github.com/mickael9)",
"Hodor (https://github.com/hodor-cn)"
],
"maintainers": [
"Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)"
],
"repository": {
"type": "git",
"url": "https://github.com/vyushin/file-replace-loader"
},
"bugs": {
"url": "https://github.com/vyushin/file-replace-loader/issues"
},
"homepage": "https://github.com/vyushin/file-replace-loader",
"main": "index.js",
"scripts": {
"transform": "rm -rf ./dist && node ./transform.js",
"prepublish": "npm run transform"
},
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5"
},
"license": "MIT",
"keywords": [
"file",
"replace",
"webpack",
"loader",
"webpack-loader"
],
"directories": {
"example": "./example",
"doc": "./README.md"
},
"funding": [
{
"type": "buy_me_a_coffee",
"url": "https://buymeacoffee.com/vyushin"
},
{
"type": "Patreon",
"url": "https://www.patreon.com/vyushin"
}
]
}