{
  "name": "epistery",
  "version": "2.3.13",
  "description": "Epistery brings blockchain capabilities to mundane web tasks like engagement metrics, authentication and commerce of all sorts.",
  "author": "Rootz Corp.",
  "license": "MIT",
  "homepage": "https://epistery.com",
  "repository": "https://github.com/rootz-global/epistery",
  "main": "index.mjs",
  "types": "dist/epistery.d.ts",
  "bin": {
    "epistery": "./cli/epistery.mjs"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npx hardhat compile",
    "dev": "ts-node -r tsconfig-paths/register src/api.ts",
    "watch": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
    "certify": "node cli/index.mjs certify",
    "initialize": "node cli/index.mjs initialize",
    "testcertify": "PROFILE=DEV node --inspect=0.0.0.0:9229 cli/index.mjs certify",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@types/cookie-parser": "^1.4.9",
    "@types/express": "^4.17.23",
    "@types/ini": "^4.1.1",
    "aqua-js-sdk": "^3.2.1-44",
    "cookie-parser": "^1.4.7",
    "dotenv": "^17.2.2",
    "ethers": "^5.8.0",
    "express": "^5.1.0",
    "ini": "^5.0.0",
    "kubo-rpc-client": "^5.2.0",
    "node-fetch": "^3.3.2",
    "tsconfig-paths": "^4.2.0"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@types/supertest": "^6.0.2",
    "@vitest/coverage-v8": "^2.1.8",
    "chai": "^6.2.0",
    "hardhat": "^2.26.3",
    "nodemon": "^3.0.0",
    "supertest": "^7.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0",
    "vitest": "^2.1.8"
  }
}
