chenyc
2026-04-21 8632fbd73fdb15f22fae9cd36b9ed3e0635360f1
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "jhm-pkg-bootstrap",
  "version": "1.0.0",
  "private": true,
  "type": "commonjs",
  "bin": "entry.js",
  "pkg": {
    "assets": [
      "bundle/index.cjs"
    ]
  }
}