-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (59 loc) · 1.16 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "naxtjs",
"version": "1.3.4",
"description": "Naxt - SSR library for server-side javascript ",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/index.d.ts",
"dist/primitives",
"dist/client.min.js",
"dist/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Uiedbook/Naxtjs.git"
},
"scripts": {
"compile": "bun bundle.ts"
},
"keywords": [
"javascript",
"typescript",
"frontend",
"framework",
"SSR",
"web"
],
"author": {
"name": "friday candour",
"email": "[email protected]"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/FridayCandour"
},
{
"type": "ko-fi",
"url": "https://www.ko-fi.com/fridaycandour"
}
],
"contributors": [
{
"name": "friday candour",
"url": "https://www.t.me/procal"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FridayCandour/naxt/issues"
},
"homepage": "https://github.com/FridayCandour/naxt",
"devDependencies": {
"@types/node": "^20.10.6"
},
"dependencies": {
"csstype": "^3.1.2"
}
}