@nosana/kit
Version:
Nosana KIT
18 lines • 403 B
JSON
{
"name": "nosana-sdk-node-examples",
"version": "1.0.0",
"description": "Example scripts for using the Nosana SDK",
"type": "module",
"scripts": {
"retrieve": "tsx retrieve.ts",
"monitor": "tsx monitor.ts",
"set-wallet": "tsx set-wallet.ts"
},
"dependencies": {
"@nosana/kit": "file:../.."
},
"devDependencies": {
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}