{ "name": "@tornado/sdk", "author": "T-Hax", "license": "ISC", "description": "The Tornado SDK.", "repository": { "type": "git", "url": "https://development.tornadocash.community/T-Hax/sdk-monorepo" }, "homepage": "https://tornadocash.community", "keywords": [ "ethereum", "crypto", "zk" ], "version": "0.0.11-alpha", "engines": { "node": "^18" }, "main": "./dist/index.js", "files": [ "dist/**/*" ], "dependencies": { "@tornado/sdk-chain": "workspace:*", "@tornado/sdk-core": "workspace:*", "@tornado/sdk-crypto": "workspace:*", "@tornado/sdk-data": "workspace:*", "@tornado/sdk-utils": "workspace:*", "@tornado/sdk-web": "workspace:*" }, "devDependencies": { "@types/node": "^18.15.0", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "dotenv": "^16.0.3", "eslint": "^8.35.0", "eslint-plugin-prettier": "^4.2.1", "ethers": "^5", "prettier": "^2.3.0", "rimraf": "^5.0.0", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2", "typedoc": "^0.24.6", "typescript": "^5.0.4" }, "scripts": { "build": "rimraf dist && tsc", "format": "prettier src/*.ts -w", "build-live": "rimraf dist && tsc -w", "lint": "eslint --ext ts,js --fix src" }, "publishConfig": { "access": "public" }, "dependenciesMeta": { "tsconfig-paths@4.2.0": { "unplugged": true } }, "stableVersion": "0.0.8-alpha" }