Skip to content

Commit a86cc1b

Browse files
2 parents 7e9e9ed + a318b62 commit a86cc1b

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Tue Jan 27 01:02:41 UTC 2026
1+
Update: Wed Jan 28 00:59:46 UTC 2026

package.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "@codeeditorland/echo",
3+
"version": "0.0.1",
4+
"private": false,
5+
"description": "Echo 📣",
6+
"homepage": "https://GitHub.Com/CodeEditorLand/Echo?tab=readme-ov-file",
7+
"bugs": {
8+
"url": "https://GitHub.Com/CodeEditorLand/Echo/issues"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/CodeEditorLand/Echo.git"
13+
},
14+
"license": "SEE LICENSE IN LICENSE",
15+
"author": {
16+
"name": "Source 🖋️ Open 👐🏻",
17+
"email": "Source/Open@Editor.Land",
18+
"url": "https://Editor.Land"
19+
},
20+
"type": "module",
21+
"main": "./Target/Variable/Worker.js",
22+
"types": "./Target/Variable/Worker.d.ts",
23+
"scripts": {
24+
"Run": "Build 'Ts/**/*.ts' --Watch",
25+
"prepublishOnly": "Build 'Ts/**/*.ts'"
26+
},
27+
"dependencies": {
28+
"@codeeditorland/common": "0.0.6"
29+
},
30+
"devDependencies": {
31+
"@cloudflare/workers-types": "4.20260128.0",
32+
"@playform/build": "0.2.6",
33+
"@types/dotenv": "8.2.3",
34+
"miniflare": "4.20260124.0",
35+
"wrangler": "4.61.0"
36+
},
37+
"publishConfig": {
38+
"access": "public",
39+
"provenance": true
40+
}
41+
}

0 commit comments

Comments
 (0)