attest.so
Version:
<div align="center">
18 lines (17 loc) • 358 B
JSON
{
"name": "@attestso/stellar",
"version": "1.1.0",
"main": "scripts/run.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scripts/run.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@stellar/stellar-sdk": "^12.0.0"
}
}