lending-sdk
Version:
Interact with ease with the eclipse lending contracts
52 lines • 1.24 kB
JSON
{
"name": "lending-sdk",
"version": "0.0.2",
"description": "Interact with ease with the eclipse lending contracts",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"example": "echo \"No example yet\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EclipseAleo/lending-sdk.git"
},
"keywords": [
"Eclipse",
"Aleo",
"SDK"
],
"author": "Eclipse Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/EclipseAleo/lending-sdk/issues"
},
"homepage": "https://github.com/EclipseAleo/lending-sdk#readme",
"devDependencies": {
"@types/node": "^22.15.24",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@scure/base": "^1.2.5"
}
}