jbx 0.6.2

jbx: one-stop Java toolbox for scripts, tools, and agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "jbx-website",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "build": "node src/build.mjs",
    "check": "node src/build.mjs --check",
    "serve": "python3 -m http.server 4173 --directory dist"
  }
}