{
  "name": "crypt3-bindings",
  "version": "1.2.4",
  "description": "crypt3 C bindings for nodejs",
  "main": "index.js",
  "author": "Julius Zaromskis",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/julius-welink/crypt3-bindings"
  },
  "scripts": {
    "install": "if [ $(uname) = 'Linux' ]; then node-gyp-build; else echo 'crypt3-bindings: only linux OS is supported'; fi",
    "test": "node test.js",
    "publish": "bash publish.sh"
  },
  "dependencies": {
    "node-gyp": "^12.1.0",
    "node-gyp-build": "^4.6.0"
  },
  "keywords": [
    "openwrt",
    "md5crypt",
    "/etc/passwd"
  ],
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "binding.cc",
    "binding.gyp",
    "README.md",
    "LICENSE"
  ]
}
