{
  "name": "@betacodd/lighthouse-package",
  "version": "0.1.2",
  "description": "NPM package and CLI tool to interact with lighthouse protocol",
  "main": "./dist/Lighthouse/index.js",
  "types": "./dist/Lighthouse/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node index.js",
    "test": "jest",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint . --ext .ts"
  },
  "bin": {
    "lighthouse-web3": "dist/Commands/index.js"
  },
  "keywords": [
    "lighthouse",
    "lighthouse-cli",
    "lighthouse npm package",
    "web3 storage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lighthouse-web3/lighthouse-package.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "dependencies": {
    "@lighthouse-web3/kavach": "^0.1.2",
    "@peculiar/webcrypto": "^1.4.0",
    "axios": "^0.24.0",
    "bls-eth-wasm": "^1.0.4",
    "cli-spinner": "^0.2.10",
    "commander": "^10.0.0",
    "conf": "^10.1.1",
    "crypto-js": "^4.1.1",
    "ethers": "^5.7.2",
    "form-data": "^4.0.0",
    "fs-extra": "^11.1.1",
    "kleur": "^4.1.5",
    "mime-types": "^2.1.35",
    "progress": "^2.0.3",
    "read": "^1.0.7",
    "recursive-fs": "^2.1.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-typescript": "^7.21.4",
    "@types/cli-spinner": "^0.2.1",
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^29.5.0",
    "@types/mime-types": "^2.1.1",
    "@types/read": "^0.0.29",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "babel-jest": "^29.5.0",
    "eslint": "^8.38.0",
    "jest": "^29.3.1",
    "prettier": "^2.8.7",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  }
}
