{
  "name": "@bentley/imodeljs-native",
  "license": "SEE LICENSE IN LICENSE.md",
  "version": "5.12.2",
  "main": "imodeljs-native.js",
  "typings": "imodeljs-native",
  "keywords": [
    "Bentley",
    "iModel"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/iTwin/imodel-native.git",
    "directory": "iModelJsNodeAddon/api_package/ts"
  },
  "description": "iModel.js native module",
  "author": {
    "name": "Bentley Systems, Inc.",
    "url": "www.bentley.com"
  },
   "scripts": {
    "postinstall": "node ./installNativePlatform.js"
   }
}
