{
  "name": "@tsukilabs/nil-bindings",
  "version": "0.7.23",
  "description": "TypeScript 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"],
  "scripts": {
    "build": "vite build",
    "type-check": "tsc --noEmit",
    "typedoc": "typedoc --plugin typedoc-plugin-mdn-links"
  },
  "files": ["dist"],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts"
}
