{
  "name": "@super-protocol/uplink-nodejs",
  "version": "1.2.21-beta.0",
  "description": "Storj-NodeJS bindings package",
  "main": "dist/uplink.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "install": "prebuild-install --runtime napi || npm run rebuild",
    "rebuild": "make -B && (node-gyp configure) && (node-gyp rebuild)"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Super-Protocol/uplink-nodejs-sp.git"
  },
  "keywords": [
    "bindings",
    "node",
    "storj",
    "tardigrade",
    "uplink"
  ],
  "author": "Utropicmedia",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Super-Protocol/uplink-nodejs-sp.git/issues"
  },
  "homepage": "https://github.com/Super-Protocol/uplink-nodejs-sp.git#readme",
  "devDependencies": {
    "@tsconfig/node12": "^1.0.7",
    "@types/bindings": "^1.3.0",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.10",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.6.0",
    "mocha": "^8.2.1",
    "prebuild": "^13.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "node-gyp": "^9.3.1",
    "prebuild-install": "^7.1.1"
  },
  "binary": {
    "napi_versions": [
      3,
      6,
      7
    ]
  }
}
