forked from inlife/nexrender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 831 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
{
"name": "@nexrender/server",
"version": "1.43.0",
"author": "inlife",
"main": "src/index.js",
"scripts": {
"start": "node src/bin.js",
"pkg-prelink": "node ../../misc/prelink.js"
},
"bin": {
"nexrender-server": "src/bin.js"
},
"pkg": {
"targets": [
"node18-macos-x64",
"node18-linux-x64",
"node18-win-x64"
]
},
"dependencies": {
"@nexrender/database-redis": "^1.43.0",
"@nexrender/types": "^1.42.2",
"arg": "^4.1.0",
"async-mutex": "^0.3.2",
"chalk": "^2.4.2",
"micro": "~9.3.3",
"micro-cors": "^0.1.1",
"microrouter": "^3.1.3",
"requireg": "^0.2.2"
},
"peerDependencies": {
"@nexrender/database-redis": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "84cef65e008026f6fcf4f040943144401f101fce"
}