{
  "name": "@aggregion/agg-bundle",
  "description": "Node.js module for reading and creating Aggregion binary bundles",
  "version": "1.0.10",
  "main": "index.js",
  "bin": {
    "readbundle": "./utils/readbundle.js"
  },
  "scripts": {
    "publish": "npm publish --access public",
    "test": "mocha ./*.spec.js"
  },
  "dependencies": {
    "check-types": "^7.1.5",
    "cli": "^1.0.1",
    "nan": "^2.14.0",
    "node-gyp": "^3.4.0",
    "q": "^1.4.1",
    "uv": "0.0.0",
    "v8": "^0.1.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.20",
    "chai": "^3.5.0",
    "fs-extra": "^2.0.0",
    "mocha": "^3.2.0",
    "mocha-bamboo-reporter": "^1.1.1",
    "temp": "^0.8.3",
    "tern": "^0.24.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aggregion/node-bundle-module.git"
  },
  "homepage": "https://github.com/aggregion/node-bundle-module"
}
