hc2024-test 1.0.5 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/deno.json +14 -0
- package/index.tsx +0 -0
- package/package.json +3 -3
package/deno.json
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"imports": {
|
3
|
+
"hono": "jsr:@hono/hono@^4.4.13",
|
4
|
+
"path": "jsr:@std/path@^0.224.0",
|
5
|
+
"fs": "jsr:@std/fs/walk"
|
6
|
+
},
|
7
|
+
"tasks": {
|
8
|
+
"start": "deno serve --inspect=0.0.0.0:9229 --host 0.0.0.0 --no-lock --allow-read --allow-write --allow-env main.ts"
|
9
|
+
},
|
10
|
+
"compilerOptions": {
|
11
|
+
"jsx": "precompile",
|
12
|
+
"jsxImportSource": "hono/jsx"
|
13
|
+
}
|
14
|
+
}
|
package/index.tsx
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hc2024-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"main": "index.tsx",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"author": "",
|
9
9
|
"license": "ISC",
|
10
10
|
"description": "",
|
11
|
-
"
|
12
|
-
"
|
11
|
+
"bin": {
|
12
|
+
"asdfadsf": "index.tsx"
|
13
13
|
}
|
14
14
|
}
|