17 lines
339 B
JSON
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"
|
|
}
|
|
}
|