{
  "name": "@vgrid/x509",
  "version": "1.2.0",
  "description": "Simple X509 certificate parser; forked verion from Southern/x509 and ampretia/node-x509",
  "author": "Colton Baker",
  "contributors": [
    {
      "name": "Matthew White",
      "email": "whitemat@uk.ibm.com",
      "url": "https://github.com/mbwhite/"
    },
    {
      "name": "Chris Wiggins",
      "email": "chris@wiggins.nz",
      "url": "https://github.com/chriswiggins/"
    }
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "binding.gyp",
    "include",
    "index.d.ts",
    "index.js",
    "README.md",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:vgrid/node-x509.git"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "lint": "eslint .",
    "configure": "node-gyp configure",
    "build": "npm run configure &&  node-gyp build",
    "clean": "rm -rf node_modules && rm package-lock.json && rm -rf build",
    "test": "mocha --recursive test/*.js",
    "release": "standard-version"
  },
  "license": "MIT",
  "dependencies": {
    "nan": "^2.18.0",
    "node-gyp": "^10.1.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.16.0",
    "mocha": "^10.0.0",
    "npm-cli-login": "^1.0.0",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "standard-version": "^9.5.0"
  }
}
