-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@codeeditorland/cocoon",
"version": "0.0.1",
"private": false,
"description": "Cocoon 🦋",
"homepage": "https://GitHub.Com/CodeEditorLand/Cocoon#readme",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/Cocoon/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Cocoon.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source 🖋️ Open 👐🏻",
"email": "Source/Open@Editor.Land",
"url": "https://Editor.Land"
},
"type": "module",
"scripts": {
"Run": "sh Source/Run.sh",
"prepublishOnly": "sh Source/prepublishOnly.sh"
},
"dependencies": {
"@codeeditorland/output": "0.0.1",
"@effect/platform": "0.93.5",
"@effect/platform-node": "0.102.0",
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
"@tauri-apps/plugin-fs": "2.4.4",
"effect": "3.19.8",
"google-protobuf": "4.0.1"
},
"devDependencies": {
"@effect/experimental": "0.57.7",
"@effect/language-service": "0.57.1",
"@effect/opentelemetry": "0.59.1",
"@opentelemetry/exporter-trace-otlp-http": "0.208.0",
"@opentelemetry/sdk-logs": "0.208.0",
"@opentelemetry/sdk-metrics": "2.2.0",
"@opentelemetry/sdk-trace-base": "2.2.0",
"@opentelemetry/sdk-trace-node": "2.2.0",
"@opentelemetry/sdk-trace-web": "2.2.0",
"@playform/build": "0.2.5",
"@types/google-protobuf": "3.15.12",
"@types/node": "24.10.1",
"cross-env": "10.1.0",
"deepmerge-ts": "7.1.5",
"ts-patch": "3.3.0",
"ulid": "3.0.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}