forked from alchemyplatform/nft-api-javascript-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 396 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 396 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "alchemy-nft-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@alch/alchemy-sdk": "^1.0.4",
"@alch/alchemy-web3": "^1.4.7",
"axios": "^0.25.0",
"node-fetch": "^3.2.0"
}
}