-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1009 Bytes
/
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
{
"name": "@shanzhai/parse-pug-plugin",
"description": "A Shanzhai plugin which parses Pug source.",
"version": "0.0.15",
"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/delete-from-keyed-store-step": "0.0.6",
"@shanzhai/keyed-store-get-input": "0.0.6",
"@shanzhai/keyed-store-set-output": "0.0.6",
"@shanzhai/parse-pug-step": "0.0.11"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26",
"@shanzhai/parsed-pug-store": "0.0.9",
"@shanzhai/pug-source-store": "0.0.8"
},
"peerDependencies": {
"@shanzhai/pug-source-store": "0.0.8",
"@shanzhai/parsed-pug-store": "0.0.9"
},
"types": "index.d.ts",
"shanzhaiPlugin": [
"."
]
}