-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
39 lines (39 loc) · 843 Bytes
/
package.json
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
{
"name": "asta",
"version": "0.0.0",
"description": "SSR resumable framework",
"main": "index.js",
"scripts": {
"start": "node src/cli.mjs -e ./demo -o ./src"
},
"bin": {
"asta": "bin/index.js"
},
"engines": {
"node": ">=17.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yisar/asta.git"
},
"keywords": [],
"author": {
"email": "[email protected]",
"name": "yisar",
"url": "https://www.zhihu.com/people/132yse"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yisar/asta/issues"
},
"homepage": "https://github.com/yisar/asta#readme",
"dependencies": {
"acorn": "^8.8.0",
"chalk": "^5.1.2",
"es-module-lexer": "^1.0.3",
"esbuild": "^0.15.10",
"fs-extra": "^10.1.0",
"polka": "^0.5.2",
"sirv": "^2.0.2"
}
}