{
  "name": "linkdrop-sdk",
  "version": "3.15.2-beta",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && webpack && yarn build:types",
    "build:types": "tsc --emitDeclarationOnly",
    "test": "env-cmd mocha './src/test/{,+(helpers|modules)}/**/*.ts' --timeout 5000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LinkdropHQ/linkdrop-sdk.git"
  },
  "author": "spacehaz <spacehaz@gmail.com>",
  "license": "MIT",
  "description": "",
  "bugs": {
    "url": "https://github.com/LinkdropHQ/linkdrop-sdk/issues"
  },
  "engines": {
    "node": ">=16.x"
  },
  "homepage": "https://github.com/LinkdropHQ/linkdrop-sdk#readme",
  "keywords": [],
  "dependencies": {
    "babel-loader": "8.1.0",
    "ethers": "^6.8.0",
    "linkdrop-p2p-sdk3.11.1-beta": "npm:linkdrop-p2p-sdk@3.11.1-beta",
    "text-encoding": "^0.7.0",
    "tweetnacl": "^1.0.3",
    "typescript": "^4.8.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-optional-chaining": "^7.20.7",
    "@babel/plugin-transform-private-methods": "^7.22.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/chai": "^4.3.16",
    "@types/mocha": "^10.0.6",
    "@types/randombytes": "^2.0.3",
    "chai": "^4.2.0",
    "env-cmd": "^10.1.0",
    "mocha": "^10.4.0",
    "node-fetch": "^2.6.6",
    "ts-node": "^10.9.2",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead"
  ]
}
