-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1021 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
{
"name": "@codeeditorland/echo",
"version": "0.0.1",
"private": false,
"description": "Echo 📣",
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Echo#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/Echo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Echo.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source 🖋️ Open 👐🏻",
"email": "Source/Open@Editor.Land",
"url": "HTTPS://Editor.Land"
},
"type": "module",
"main": "./Target/Variable/Worker.js",
"types": "./Target/Variable/Worker.d.ts",
"scripts": {
"Run": "Build 'Ts/**/*.ts' --Watch",
"prepublishOnly": "Build 'Ts/**/*.ts'"
},
"dependencies": {
"@codeeditorland/common": "0.0.6"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250204.0",
"@playform/build": "0.2.1",
"@types/dotenv": "8.2.3",
"miniflare": "3.20250129.0",
"wrangler": "3.107.3"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}