-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 637 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 637 Bytes
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
{
"type": "module",
"name": "cherry-cljs",
"sideEffects": false,
"version": "0.5.34",
"files": [
"cljs.core.js",
"lib",
"node_cli.js",
"index.js"
],
"bin": {
"cherry": "node_cli.js"
},
"dependencies": {
"squint-cljs": "0.9.174"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@vercel/ncc": "^0.34.0",
"chalk": "^5.0.1",
"cherry-cljs": ".",
"esbuild": "^0.23.0",
"react": "^18.2.0",
"shadow-cljs": "^2.28.10"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/borkdude"
}
]
}