{ "name": "@tornado/decentralized-repos-downloader", "version": "0.0.1", "description": "Tool to download Tornado source code from git repos on IPFS", "main": "src/index.ts", "type": "module", "scripts": { "start": "ts-node --esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.tornado.ws/Theo/decentralized-repos-downloader" }, "author": "Theo", "license": "MIT", "devDependencies": { "@types/node": "^20.7.0", "nodemon": "^3.0.1", "typescript": "^5.2.2" }, "dependencies": { "@ensdomains/content-hash": "^3.0.0", "dotenv": "^16.3.1", "ethers": "^6.7.1", "simple-git": "^3.20.0", "ts-node": "^10.9.1" } }