-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.24 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
{
"name": "arnelify-react-native",
"version": "1.0.7",
"description": "FrontEnd-Framework for building Cross-Platform UI with HTTP 3.0 and WebTransport support.",
"author": "Arnelify",
"license": "MIT",
"main": "src/core/boot/bin/index.js",
"types": "src/core/boot/bin/index.d.ts",
"bin": {
"arnelify-react-native": "src/core/boot/bin/index.js"
},
"dependencies": {
"esbuild": "^0.25.0"
},
"devDependencies": {
"@types/node": "^22.13.1"
},
"files": [
"certs/",
"docker/",
"src/app/",
"src/core/boot/bin/",
"src/core/logger/",
"src/public/",
"storage/",
".env.local",
"babel.config.js",
"docker-compose.yml",
"index.js",
"LICENSE",
"node.dockerfile",
"package.json",
"README.md",
"tsconfig.json"
],
"homepage": "https://github.com/arnelify/arnelify-react-native#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/arnelify/arnelify-react-native.git"
},
"bugs": {
"url": "https://github.com/arnelify/arnelify-react-native/issues"
},
"keywords": [
"arnelify",
"arnelify-react-native",
"real-time",
"frontend",
"framework",
"nodejs",
"bun",
"tcp2",
"http3",
"webtransport",
"udp"
]
}