-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@shanzhai/parse-favicons-options-plugin",
"description": "A Shanzhai plugin which parses previously read favicons options.",
"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/parse-json-step": "0.0.11",
"@shanzhai/unkeyed-store-get-input": "0.0.6",
"@shanzhai/unkeyed-store-set-output": "0.0.6"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26",
"@shanzhai/favicons-options-source-store": "0.0.4",
"@shanzhai/favicons-options-store": "0.0.4",
"@types/favicons": "6.2.2"
},
"peerDependencies": {
"@shanzhai/favicons-options-source-store": "0.0.4",
"@shanzhai/favicons-options-store": "0.0.4"
},
"types": "index.d.ts",
"shanzhaiPlugin": [
"."
]
}