mirror of
https://github.com/getwax/BLS-Wallet-Provider.git
synced 2026-01-09 15:18:02 -05:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"name": "quill-provider",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"ethers": "^5.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.3"
|
|
}
|
|
}
|