{
  "name": "@node-rs/helper",
  "version": "1.6.0",
  "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.2.0"
  },
  "gitHead": "0cd908927e81405316f9e0161808fb66ed4d15ae"
}
