-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg.json
32 lines (32 loc) · 890 Bytes
/
egg.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
{
"$schema": "https://x.nest.land/[email protected]/src/schema.json",
"name": "html-react-transformer",
"entry": "./mod.ts",
"description": "Tool for Transforming HTML/DOM to React element in Deno",
"homepage": "https://github.com/quaos/deno-html-react-transformer",
"version": "1.2.1",
"files": [
"README.md",
"CHANGELOG.md",
"package.json",
"tsconfig.json",
"deno.json",
"deno.lock",
"./src/**/*.ts",
"./src/**/*.tsx",
"./example/src/**/*.ts",
"./example/src/**/*.tsx",
"./example/public/**/*.html",
"./example/public/assets/img/*.png",
"./example/public/assets/js/*.json"
],
"checkFormat": false,
"checkTests": false,
"checkInstallation": false,
"check": true,
"unlisted": false,
"ignore": [],
"checkAll": true,
"repository": "https://github.com/quaos/deno-html-react-transformer",
"releaseType": "patch"
}