{
  "name": "@yandeu/js-bridge",
  "version": "0.0.1",
  "description": "",
  "license": "MIT",
  "author": "",
  "type": "module",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "build:docs": "rm -rf docs/* && typedoc",
    "prepublishOnly": "rm -rf lib && npm run build"
  },
  "devDependencies": {
    "typedoc": "^0.28.16",
    "typescript": "^5.9.3"
  }
}