{
  "name": "@skalenetwork/libte-ts",
  "version": "0.1.0-develop.2",
  "keywords": [
    "Playa",
    "SKALE",
    "blockchain",
    "BITE",
    "threshold",
    "cryptography",
    "encryption"
  ],
  "homepage": "https://github.com/skalenetwork/libte-ts",
  "license": "AGPL-3.0",
  "author": "SKALE Labs and contributors",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "version": "node -e \"console.log(require('./package.json').version);\"",
    "test": "node test.js"
  },
  "dependencies": {
    "@skalenetwork/t-encrypt": "0.2.2-develop.1"
  },
  "devDependencies": {
    "ethers": "^6.13.5"
  }
}
