zkPix/package.json
2025-12-23 16:43:26 +08:00

17 lines
339 B
JSON

{
"name": "network-core-sdk-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@primuslabs/network-core-sdk": "^0.1.5",
"dotenv": "^17.2.3",
"ethers": "^5.7.2"
}
}