-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.26 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
{
"name": "@codeeditorland/sky",
"version": "0.0.1",
"private": true,
"description": "Sky 🌌",
"keywords": [
"astro",
"sky",
"codeeditorland",
"playform"
],
"homepage": "https://GitHub.Com/CodeEditorLand/Sky?tab=readme-ov-file",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/Sky/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Sky.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source 🖋️ Open 👐🏻",
"email": "Source/Open@Editor.Land",
"url": "https://Editor.Land"
},
"scripts": {
"Run": "astro dev --host",
"prepublishOnly": "astro build"
},
"dependencies": {
"@codeeditorland/common": "0.0.6",
"@codeeditorland/output": "0.0.1",
"@codeeditorland/wind": "0.0.1",
"@codeeditorland/worker": "0.0.1",
"@playform/build": "0.3.0",
"@playform/compress": "0.2.1",
"@playform/inline": "0.1.2",
"astro": "5.18.0",
"deepmerge-ts": "7.1.5",
"dotenv": "17.3.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-static-copy": "3.2.0",
"vite-plugin-top-level-await": "1.6.0",
"zod": "4.3.6"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.6",
"ulid": "3.0.2"
},
"publishConfig": {
"access": "restricted",
"provenance": true
}
}