{
  "name": "dero-xswd-api",
  "version": "0.8.3-d",
  "description": "JS/TS api for the XSWD protocol on the DERO wallet",
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dero-community/xswd-api.git"
  },
  "keywords": [
    "dero",
    "xswd",
    "api",
    "ts",
    "js"
  ],
  "files": [
    "dist"
  ],
  "author": "bisounours",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dero-community/xswd-api/issues"
  },
  "homepage": "https://github.com/dero-community/xswd-api#readme",
  "private": false,
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "@types/node-fetch": "2",
    "@types/ws": "^8.5.9",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "node-fetch": "2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@lesomnus/channel": "^0.0.1",
    "@types/node": "^20.9.0"
  }
}
