-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "@codeeditorland/wind",
"version": "0.0.1",
"private": false,
"description": "Wind 🍃",
"homepage": "https://GitHub.Com/CodeEditorLand/Wind#readme",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/Wind/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Wind.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.90.2",
"@tauri-apps/api": "2.7.0",
"@tauri-apps/plugin-dialog": "2.3.2",
"effect": "3.17.7"
},
"devDependencies": {
"@effect/experimental": "0.54.5",
"@effect/language-service": "0.35.2",
"@effect/opentelemetry": "0.56.2",
"@opentelemetry/exporter-trace-otlp-http": "0.203.0",
"@opentelemetry/sdk-logs": "0.203.0",
"@opentelemetry/sdk-metrics": "2.0.1",
"@opentelemetry/sdk-trace-base": "2.0.1",
"@opentelemetry/sdk-trace-web": "2.0.1",
"@playform/build": "0.2.5",
"@types/node": "24.2.1",
"cross-env": "10.0.0",
"deepmerge-ts": "7.1.5",
"ts-patch": "3.3.0",
"ulid": "3.0.1"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}