-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "@shanzhai/html-header-pug-local-plugin",
"description": "A Shanzhai plugin which converts the generated HTML headers to a Pug local.",
"version": "0.0.7",
"engines": {
"node": ">=17.6.0"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"private": false,
"files": [
"**/*.js",
"**/*.d.ts",
"!**/unit.*",
"!test-data"
],
"repository": {
"type": "git",
"url": "https://github.com/jameswilddev/shanzhai"
},
"license": "MIT",
"dependencies": {
"@shanzhai/copy-step": "0.0.8",
"@shanzhai/keyed-store-get-all-input": "0.0.6",
"@shanzhai/keyed-store-set-output": "0.0.6",
"@shanzhai/concatenate-object-values-input": "0.0.2",
"@shanzhai/wrap-in-object-output": "0.0.7"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26",
"@shanzhai/html-header-store": "0.0.7",
"@shanzhai/pug-local-store": "0.0.11"
},
"peerDependencies": {
"@shanzhai/html-header-store": "0.0.7",
"@shanzhai/pug-local-store": "0.0.11"
},
"types": "index.d.ts",
"shanzhaiPlugin": [
"."
]
}