31 lines
866 B
JSON
31 lines
866 B
JSON
{
|
|
"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",
|
|
"pin": "ts-node --esm scripts/pinIPFS.ts",
|
|
"test": "ts-node --esm test.ts"
|
|
},
|
|
"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"
|
|
}
|
|
}
|