You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
293 B
JSON

4 weeks ago
{
"dependencies": {
"alchemy-sdk": "^3.5.0",
"ethers": "^6.13.4",
"sqlite3": "^5.1.7"
},
"name": "alchemy-nft-scraper",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.7.2"
}
}