{
  "name": "node-peafowl",
  "version": "1.0.12",
  "description": "Peafowl DPI for NodeJS",
  "dependencies": {
    "napi-macros": "^1.8.1",
    "node-addon-api": "^1.5.0",
    "node-gyp-build": "^3.5.0",
    "shared-structs": "^1.3.3",
    "time": "^0.12.0"
  },
  "config": {
    "unsafe-perm": true
  },
  "scripts": {
    "preinstall": "./compile.sh",
    "install": "node-gyp-build",
    "test": "cd example && npm install && node pcap_reader.js"
  },
  "main": "peafowl.js",
  "directories": {
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lmangani/node-peafowl.git"
  },
  "keywords": [
    "peafowl",
    "dpi",
    "packet",
    "inspection",
    "binding"
  ],
  "author": "L. Mangani <lorenzo.mangani@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lmangani/node-peafowl/issues"
  },
  "homepage": "https://github.com/lmangani/node-peafowl#readme",
  "devDependencies": {
    "prebuildify": "^2.7.0"
  }
}
