{
  "name": "@ns212/cppzst",
  "version": "2.0.8-1",
  "description": "Zstd wrapper for Nodejs 14 and above",
  "main": "index.js",
  "scripts": {
    "preinstall": "git submodule update --init --recursive",
    "test": "mocha -t 5000",
    "build:dev": "node-gyp -j 16 build --debug",
    "build": "node-gyp -j 16 build",
    "rebuild:dev": "node-gyp -j 16 rebuild --debug",
    "rebuild": "node-gyp -j 16 rebuild",
    "clean": "node-gyp clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thecodingrobot/cppzst.git"
  },
  "keywords": [
    "zstd",
    "compression",
    "decompression"
  ],
  "author": "thecodingrobot",
  "contributors": [
    {
      "name": "gcxfd",
      "email": "i@rmw.link",
      "url": "https://github.com/gcxfd"
    }
  ],
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.16.0",
    "nyc": "^15.1.0",
    "segfault-handler": "^1.3.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.2.0"
  },
  "publishConfig": {
      "access": "public"
  }
}
