-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 6.29 KB
/
Copy pathpackage.json
File metadata and controls
167 lines (167 loc) · 6.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "@async/framework",
"version": "0.11.23",
"description": "No-build Loader app runtime with browser and server entrypoints, signals, command events, route partials, cache split, SSR activation, and streaming boundaries.",
"type": "module",
"private": true,
"sideEffects": false,
"packageManager": "pnpm@11.1.0",
"engines": {
"node": ">=24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/async/framework.git"
},
"homepage": "https://async.github.io/framework/",
"bugs": {
"url": "https://github.com/async/framework/issues"
},
"keywords": [
"async",
"signals",
"async-loader",
"no-build",
"router",
"server-functions",
"ssr",
"cache",
"streaming",
"web-framework"
],
"license": "MIT",
"unpkg": "./browser.umd.min.js",
"jsdelivr": "./browser.umd.min.js",
"exports": {
".": {
"browser": {
"types": "./browser.d.ts",
"default": "./browser.min.js"
},
"node": {
"types": "./framework.d.ts",
"default": "./server.js"
},
"import": {
"types": "./framework.d.ts",
"default": "./server.js"
},
"types": "./framework.d.ts",
"default": "./server.js"
},
"./browser": {
"types": "./browser.d.ts",
"unpkg": "./browser.umd.min.js",
"browser": "./browser.js",
"import": "./browser.js",
"default": "./browser.js"
},
"./server": {
"types": "./framework.d.ts",
"node": "./server.js",
"import": "./server.js",
"default": "./server.js"
},
"./jsx": {
"types": "./jsx.d.ts",
"import": "./jsx.js",
"default": "./jsx.js"
},
"./jsx/runtime": {
"types": "./jsx/runtime.d.ts",
"import": "./jsx/runtime.js",
"default": "./jsx/runtime.js"
},
"./jsx/runtime/jsx-runtime": {
"types": "./jsx/runtime/jsx-runtime.d.ts",
"import": "./jsx/runtime/jsx-runtime.js",
"default": "./jsx/runtime/jsx-runtime.js"
},
"./jsx/runtime/jsx-dev-runtime": {
"types": "./jsx/runtime/jsx-dev-runtime.d.ts",
"import": "./jsx/runtime/jsx-dev-runtime.js",
"default": "./jsx/runtime/jsx-dev-runtime.js"
},
"./jsx/buildtime": {
"types": "./jsx/buildtime.d.ts",
"import": "./jsx/buildtime.js",
"default": "./jsx/buildtime.js"
},
"./jsx/buildtime/jsx-runtime": {
"types": "./jsx/buildtime/jsx-runtime.d.ts",
"import": "./jsx/buildtime/jsx-runtime.js",
"default": "./jsx/buildtime/jsx-runtime.js"
},
"./jsx/buildtime/jsx-dev-runtime": {
"types": "./jsx/buildtime/jsx-dev-runtime.d.ts",
"import": "./jsx/buildtime/jsx-dev-runtime.js",
"default": "./jsx/buildtime/jsx-dev-runtime.js"
},
"./vite": {
"types": "./vite.d.ts",
"import": "./vite.js",
"default": "./vite.js"
},
"./runtime": {
"types": "./runtime.d.ts",
"import": "./runtime.js",
"default": "./runtime.js"
},
"./runtime/signals": {
"types": "./runtime/signals.d.ts",
"import": "./runtime/signals.js",
"default": "./runtime/signals.js"
},
"./runtime/events": {
"types": "./runtime/events.d.ts",
"import": "./runtime/events.js",
"default": "./runtime/events.js"
},
"./package.json": "./package.json"
},
"scripts": {
"async-pipeline": "async-pipeline",
"benchmark:apps": "npm --prefix benchmark run apps",
"benchmark:results": "npm --prefix benchmark run benchmark:results",
"benchmark:run": "npm --prefix benchmark run benchmark:run",
"benchmark:update": "npm --prefix benchmark run benchmark:update",
"bundle": "node scripts/build-framework-bundle.js",
"bundle:check": "pnpm run bundle && node scripts/build-framework-bundle.js --check",
"bundle:clean": "node scripts/build-framework-bundle.js --clean",
"bundle:size": "pnpm run bundle && node scripts/bundle-size.js",
"bundle:size:check": "pnpm run bundle && node scripts/bundle-size.js --check",
"docs:build": "node scripts/build-pages.js",
"examples": "node --test tests/examples.test.js",
"examples:check": "node --test tests/examples.test.js",
"pack:check": "pnpm run bundle:check && npm pack ./dist --dry-run --json --ignore-scripts",
"pipeline:github:check": "async-pipeline github check",
"pipeline:github:generate": "async-pipeline github generate",
"pipeline:pages": "async-pipeline run-task docs.site",
"pipeline:publish": "async-pipeline run publish",
"pipeline:publish:github:release": "async-pipeline publish github release --package ./dist --registry https://npm.pkg.github.com",
"pipeline:publish:npm": "async-pipeline publish npm --package ./dist",
"pipeline:release-doctor": "async-pipeline run release-doctor",
"pipeline:release:doctor": "async-pipeline release doctor --package ./dist",
"pipeline:release:ensure": "async-pipeline release ensure --package ./dist",
"pipeline:release:sync-descriptions": "async-pipeline release sync-descriptions --package ./dist",
"pipeline:release:sync-descriptions:check": "async-pipeline release sync-descriptions --package ./dist --check",
"pipeline:sync:check": "async-pipeline sync check",
"pipeline:sync:generate": "async-pipeline sync generate",
"pipeline:task:docs.site": "async-pipeline run-task docs.site",
"pipeline:verify": "async-pipeline run verify",
"registry:lint": "node scripts/registry-lint.js",
"release:check": "pnpm run pipeline:verify -- --force && pnpm run bundle:size:check && pnpm run scenario:size:check && pnpm run pipeline:pages -- --force && pnpm run pipeline:sync:check && pnpm run pipeline:github:check",
"release:evidence:check": "pnpm run bundle:size:check && pnpm run scenario:size:check",
"release:sync-descriptions": "pnpm run bundle && async-pipeline release sync-descriptions --package ./dist",
"release:sync-descriptions:check": "pnpm run bundle && async-pipeline release sync-descriptions --package ./dist --check",
"scenario:size": "pnpm run bundle && node scripts/scenario-size.js",
"scenario:size:check": "pnpm run bundle && node scripts/scenario-size.js --check",
"test": "pnpm run bundle && node --test tests/*.test.js"
},
"devDependencies": {
"@async/pipeline": "0.9.25",
"happy-dom": "20.10.5",
"terser": "5.48.0",
"typescript": "5.9.3"
}
}