{
  "name": "@node-rs/helper",
  "version": "1.2.1",
  "description": "Helper library for node-rs",
  "keywords": [
    "N-API",
    "napi",
    "Rust",
    "Performance"
  ],
  "author": "LongYinan <lynweklm@gmail.com>",
  "homepage": "https://github.com/napi-rs/node-rs",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "lib",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/node-rs.git"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/node-rs/issues"
  },
  "scripts": {
    "build": "exit 0;"
  },
  "dependencies": {
    "@napi-rs/triples": "^1.0.3"
  },
  "gitHead": "e50b1a09a2eeb2682ef492d567230fff669ab196"
}
