{
  "name": "@archethicjs/sdk",
  "version": "2.0.0",
  "description": "Archethic Javascript SDK",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc && node build.js",
    "prepublishOnly": "npm run build",
    "postpublish": "rm -r dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archethic-foundation/libjs.git"
  },
  "keywords": [
    "archethic",
    "transaction-chain",
    "blockchain"
  ],
  "author": "Archethic Foundation <dev@archethic.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/archethic-foundation/libjs/issues"
  },
  "homepage": "https://github.com/archethic-foundation/libjs#readme",
  "devDependencies": {
    "@types/absinthe__socket": "^0.2.3",
    "@types/chrome": "0.0.266",
    "@types/crypto-js": "^4.2.2",
    "@types/ed2curve": "^0.2.4",
    "@types/elliptic": "^6.4.14",
    "@types/jest": "^29.5.0",
    "@types/pako": "^2.0.3",
    "@types/sjcl": "^1.0.34",
    "esbuild": "^0.19.0",
    "jest": "^29.5.0",
    "nock": "^13.3.0",
    "prettier": "3.1.0",
    "ts-jest": "^29.1.0",
    "ts-jest-resolver": "^2.0.1"
  },
  "dependencies": {
    "@absinthe/socket": "^0.2.1",
    "blakejs": "^1.2.1",
    "buffer": "^6.0.3",
    "cross-fetch": "^4.0.0",
    "crypto-js": "^4.1.1",
    "curve25519-js": "^0.0.4",
    "ed2curve": "^0.3.0",
    "elliptic": "^6.5.4",
    "fast-check": "^3.19.0",
    "isomorphic-ws": "^5.0.0",
    "js-sha3": "^0.9.0",
    "json-rpc-2.0": "^1.6.0",
    "pako": "^2.1.0",
    "phoenix": "^1.7.2",
    "sjcl": "^1.0.8",
    "tweetnacl": "^1.0.3",
    "uninstall": "^0.0.0"
  }
}
