forked from bazilio91/ejs-compiled-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.34 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@myrotvorets/ejs-compiled-loader",
"version": "4.0.0",
"description": "EJS webpack loader (without frontend dependencies)",
"main": "index.js",
"scripts": {
"test": "cd test && webpack && node bundle.js",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/ejs-compiled-loader.git"
},
"keywords": [
"ejs",
"webpack",
"loader",
"template",
"es6"
],
"contributors": [
{
"name": "Vasily Ostanin",
"email": "bazilio91@gmail.com"
},
{
"name": "Sebastian Vollnhals",
"email": "node@yetzt.me"
},
{
"name": "Myrotvorets",
"email": "support@myrotvorets.center",
"url": "https://myrotvorets.center/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/myrotvorets/ejs-compiled-loader/issues"
},
"homepage": "https://github.com/myrotvorets/ejs-compiled-loader",
"dependencies": {
"ejs": "^3.1.10",
"html-minifier-terser": "^7.2.0",
"terser": "^5.37.0"
},
"devDependencies": {
"@myrotvorets/eslint-config-myrotvorets-ts": "^3.0.2",
"assert": "^2.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"files": [
"index.js"
]
}