{
  "name": "adnl",
  "version": "1.0.3",
  "description": "ADNL TypeScript implementation",
  "main": "./dist/node.js",
  "browser": "./dist/browser.js",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "mocha './test/**/*.test.ts' --require ts-node/register",
    "coverage": "nyc --all mocha './test/**/*.test.ts' --require ts-node/register"
  },
  "author": "Tonkite",
  "license": "MIT",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/aes-js": "^3.1.1",
    "@types/chai": "^4.3.0",
    "@types/crypto-js": "^4.1.1",
    "@types/mocha": "^9.1.0",
    "@types/sinon": "^10.0.11",
    "chai": "^4.3.6",
    "eslint": "^8.10.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "mocha": "^9.2.1",
    "nyc": "^15.1.0",
    "sinon": "^13.0.1",
    "ts-node": "^10.7.0",
    "typescript": "^4.7.4"
  },
  "types": "./dist/index.d.ts",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tonkite/adnl.git"
  },
  "keywords": [
    "ton",
    "adnl",
    "blockchain"
  ],
  "bugs": {
    "url": "https://github.com/tonkite/adnl/issues"
  },
  "homepage": "https://github.com/tonkite/adnl#readme",
  "dependencies": {
    "@noble/ed25519": "^1.6.1",
    "@noble/hashes": "^1.2.0",
    "aes-js": "^3.1.2",
    "buffer": "^6.0.3",
    "events": "^3.3.0",
    "isomorphic-ws": "^5.0.0",
    "ws": "^8.8.1"
  }
}
