{
  "name": "fast-zstd",
  "version": "1.0.5",
  "description": "Node bindings for zstd library",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "build_zstd": "cd vendor/zstd && make lib",
    "install": "npm run build_zstd && node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stoarca/fast-zstd"
  },
  "author": "ParseHub",
  "license": "MIT",
  "gypfile": true
}
