{
  "name": "@tsukilabs/nil-ffi",
  "version": "0.7.23",
  "description": "FFI bindings for Call of Nil",
  "type": "module",
  "packageManager": "pnpm@11.22.0",
  "license": "AGPL-3.0-only",
  "private": false,
  "homepage": "https://nil.dev.br",
  "contributors": [{
    "name": "Andrew Ferreira",
    "email": "andrew.shien2@gmail.com",
    "url": "https://tb.dev.br"
  }, {
    "name": "Danilo Soares",
    "email": "danilofs18@gmail.com",
    "url": "https://github.com/danilofs18"
  }],
  "repository": {
    "type": "git",
    "url": "https://github.com/tsukilabs/nil"
  },
  "bugs": {
    "url": "https://github.com/tsukilabs/nil/issues"
  },
  "keywords": ["call-of-nil", "tsukilabs", "ffi"],
  "scripts": {
    "build": "vite build",
    "type-check": "tsc --noEmit",
    "typedoc": "typedoc --plugin typedoc-plugin-mdn-links"
  },
  "dependencies": {
    "@tb-dev/utils": "^8.1.4",
    "@tsukilabs/nil-bindings": "^0.7.22",
    "es-toolkit": "^1.51.0"
  },
  "files": ["dist"],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=26.5.1"
  }
}
