{
  "name": "@xn-sakina/hoshino-wasm",
  "version": "2.1.0",
  "description": "Fast string seaching powered by Rust",
  "keywords": [
    "string",
    "pattern-search",
    "pattern-match",
    "string-search",
    "string-match",
    "aho-corasick"
  ],
  "homepage": "https://github.com/xn-sakina/hoshino#README",
  "repository": {
    "type": "git",
    "url": "https://github.com/xn-sakina/hoshino"
  },
  "license": "MIT",
  "author": "fz6m",
  "main": "hoshino.wasi.cjs",
  "browser": "hoshino.wasi-browser.js",
  "types": "index.d.ts",
  "dependencies": {
    "@napi-rs/wasm-runtime": "^0.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "__wasi": true
}
