@ucanto/interface
Version:
interface definitions for ucanto
40 lines • 803 B
JSON
{
"name": "@ucanto/interface",
"description": "interface definitions for ucanto",
"version": "11.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
"UCAN",
"RPC",
"types"
],
"files": [
"src",
"dist/src"
],
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/ucanto.git"
},
"homepage": "https://github.com/web3-storage/ucanto",
"dependencies": {
"@ipld/dag-ucan": "^3.4.5",
"multiformats": "^13.3.1"
},
"devDependencies": {
"typescript": "^5.0.4"
},
"exports": {
".": {
"types": "./dist/src/lib.d.ts",
"import": "./src/lib.js"
}
},
"type": "module",
"license": "(Apache-2.0 AND MIT)",
"scripts": {
"check": "tsc --build",
"build": "tsc --build"
}
}