-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
39 lines (39 loc) · 858 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": "react-use-c",
"version": "1.0.0",
"description": "Use C in your server side react components",
"main": "this field is so weird",
"scripts": {
"start": "npm run build && node server.js",
"build": "node build.js",
"clean": "rm -r dist",
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elnardu/react-use-c.git"
},
"keywords": [
"C",
"Rust",
"React",
"Typescript",
"Bun",
"Zig"
],
"author": "me",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/elnardu/react-use-c/issues"
},
"homepage": "https://github.com/elnardu/react-use-c#readme",
"devDependencies": {
"esbuild": "0.19.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"express": "^4.18.2",
"@oven/zig": "0.12.0-dev.1286"
}
}