ox_content_napi 0.3.0-alpha.3

Node.js bindings for Ox Content
Documentation
{
  "name": "@ox-content/napi",
  "version": "0.3.0-alpha.3",
  "description": "Node.js bindings for Ox Content - High-performance Markdown parser",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "*.node"
  ],
  "napi": {
    "binaryName": "ox-content",
    "targets": [
      "x86_64-apple-darwin",
      "aarch64-apple-darwin",
      "x86_64-unknown-linux-gnu",
      "aarch64-unknown-linux-gnu",
      "x86_64-pc-windows-msvc"
    ]
  },
  "scripts": {
    "build": "napi build --release",
    "build:debug": "napi build",
    "prepublishOnly": "napi prepublish"
  },
  "devDependencies": {
    "@napi-rs/cli": "^2.18.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ubugeeei/ox-content.git",
    "directory": "crates/ox_content_napi"
  },
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "keywords": [
    "markdown",
    "parser",
    "napi",
    "rust",
    "oxc"
  ],
  "author": "ubugeeei",
  "license": "MIT"
}