2023-05-30 16:48:18 -04:00
|
|
|
{
|
|
|
|
"name": "@tornado/sdk-registry",
|
|
|
|
"author": "AlienTornadosaurusHex",
|
|
|
|
"license": "ISC",
|
|
|
|
"description": "Tornado SDK general utilities.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://development.tornadocash.community/AlienTornadosaurusHex/sdk-monorepo"
|
|
|
|
},
|
|
|
|
"homepage": "https://tornadocash.community",
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"crypto",
|
|
|
|
"zk"
|
|
|
|
],
|
2023-05-31 16:53:28 -04:00
|
|
|
"version": "0.0.12-alpha",
|
2023-05-30 16:48:18 -04:00
|
|
|
"engines": {
|
|
|
|
"node": "^18"
|
|
|
|
},
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"files": [
|
|
|
|
"dist/**/*"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/abi": "^5.7.0",
|
|
|
|
"@ethersproject/providers": "^5.7.2",
|
|
|
|
"@tornado/sdk-chain": "workspace:*",
|
|
|
|
"@tornado/sdk-data": "workspace:*",
|
|
|
|
"@tornado/sdk-utils": "workspace:*",
|
|
|
|
"@tornado/sdk-web": "workspace:*",
|
|
|
|
"ethers": "^5",
|
|
|
|
"pouchdb-collate": "^8.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/big-integer": "^0.0.31",
|
|
|
|
"@types/chai": "^4.2.18",
|
|
|
|
"@types/fs-extra": "^11.0.1",
|
|
|
|
"@types/mocha": "^10.0.1",
|
|
|
|
"@types/node": "^18.15.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
|
|
"@typescript-eslint/parser": "^5.54.1",
|
|
|
|
"chai": "^4.3.4",
|
|
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
"eslint": "^8.35.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"ethereum-waffle": "^4.0.10",
|
|
|
|
"fs-extra": "^11.1.0",
|
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"prettier": "^2.3.0",
|
|
|
|
"rimraf": "^5.0.0",
|
|
|
|
"source-map-support": "^0.5.19",
|
|
|
|
"ts-essentials": "^9.3.1",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"tsc-alias": "^1.2.11",
|
|
|
|
"tsconfig-paths": "^4.1.2",
|
|
|
|
"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"
|
|
|
|
}
|