-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 641 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 641 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
{
"name": "beicon",
"version": "2.0.0",
"description": "",
"scripts": {
"test:watch": "clojure -M:dev:shadow-cljs watch test",
"test:compile": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
"test:run": "node target/tests.js",
"test": "yarn run test:compile && yarn run test:run"
},
"author": "",
"license": "MPL-2.0",
"devDependencies": {
"@types/node": "^22.0.0",
"source-map-support": "^0.5.21",
"typescript": "^5.5.4",
"ws": "^8.18.0"
},
"dependencies": {
"rxjs": "8.0.0-alpha.14",
"shadow-cljs": "^2.28.11"
},
"packageManager": "yarn@4.3.1"
}