{
  "name": "@highlite/core",
  "version": "2.3.0",
  "description": "HighLite Client Core",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.d.ts",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node esbuild.mjs && tsc --emitDeclarationOnly",
    "prepublishOnly": "yarn run build"
  },
  "keywords": [
    "highlite",
    "plugin",
    "typescript",
    "types",
    "definitions",
    "framework"
  ],
  "author": "Highl1te",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Highl1te/Core.git"
  },
  "bugs": {
    "url": "https://github.com/Highl1te/Core/issues"
  },
  "homepage": "https://github.com/Highl1te/Core#readme",
  "dependencies": {
    "acorn": "^8.15.0",
    "acorn-walk": "^8.3.4",
    "idb": "^8.0.3",
    "on-change": "^5.0.1",
    "tsc": "^2.0.4"
  },
  "devDependencies": {
    "esbuild": "^0.25.8",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "packageManager": "yarn@4.9.2",
  "publishConfig": {
    "access": "public"
  }
}
