{
  "name": "ref-wchar-t-napi",
  "version": "1.0.0",
  "description": "A ref \"type\" implementation of `wchar_t *` (a.k.a. wide string) backed by \"node-iconv\". Supports Node >10",
  "main": "index.js",
  "scripts": {
    "test": "node-gyp rebuild --directory test && mocha --expose-gc --exit"
  },
  "keywords": [
    "ref",
    "type",
    "wchar",
    "wchar_t",
    "wide",
    "string",
    "c",
    "c++",
    "ffi",
    "abi"
  ],
  "author": "Yosra GHOUAIEL <yosra.ghouaiel@st.com>",
  "license": "MIT",
  "dependencies": {
    "iconv": "3.0.1",
    "ref-napi": "^3.0.3"
  },
  "devDependencies": {
    "bindings": "~1.2.0",
    "mocha": "6",
    "nan": "2"
  },
  "directories": {
    "test": "test"
  }
}
