-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "@codeeditorland/wind",
"version": "0.0.1",
"private": false,
"description": "Wind 🍃",
"homepage": "https://GitHub.Com/CodeEditorLand/Wind?tab=readme-ov-file",
"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",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@codeeditorland/output": "0.0.1",
"@effect/platform": "0.96.0",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-dialog": "2.6.0",
"effect": "3.21.0",
"typescript": "6.0.2"
},
"devDependencies": {
"@effect/experimental": "0.60.0",
"@effect/language-service": "0.84.2",
"@effect/opentelemetry": "0.63.0",
"@opentelemetry/exporter-trace-otlp-http": "0.214.0",
"@opentelemetry/sdk-logs": "0.214.0",
"@opentelemetry/sdk-metrics": "2.6.1",
"@opentelemetry/sdk-trace-base": "2.6.1",
"@opentelemetry/sdk-trace-web": "2.6.1",
"@playform/build": "0.3.0",
"@types/node": "25.5.0",
"cross-env": "10.1.0",
"deepmerge-ts": "7.1.5",
"ulid": "3.0.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}