{
  "name": "ssb-validate2-rsjs-node",
  "version": "1.0.4",
  "description": "Cryptographic validation of Scuttlebutt messages.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ssb-ngi-pointer/ssb-validate2-rsjs-node"
  },
  "author": "Andrew Reid <glyph@mycelial.technology>",
  "license": "LGPL-3.0",
  "files": [
    "*.js",
    "src/*",
    "build.rs",
    "Cargo.lock",
    "Cargo.toml",
    "prebuilds",
    "package.json.license",
    "LICENSES/*"
  ],
  "dependencies": {
    "node-bindgen-loader": "^1.0.1"
  },
  "devDependencies": {
    "async-append-only-log": "^3.0.8",
    "detect-libc": "~1.0.3",
    "jasmine-core": "^3.7.1",
    "jitdb": "^3.0.2",
    "mkdirp": "^1.0.4",
    "nj-tag-prebuild": "^1.0.0",
    "prettier": "^2.3.0",
    "rimraf": "^3.0.2",
    "ssb-fixtures": "^2.3.1",
    "ssb-validate": "^4.1.4",
    "tape": "^5.2.2"
  },
  "scripts": {
    "install": "node install.js",
    "postinstall": "node postinstall.js",
    "build": "rm -rf dist && nj-cli build --release",
    "tag-prebuild": "detect-libc nj-tag-prebuild",
    "test": "tape test/test.js && tape test/multiAuthorTest.js",
    "perf": "tape test/perf.js && tape test/multiAuthorPerf.js",
    "format-code": "prettier --write *.js test/*.js"
  }
}
