@theweave/api
Version:
This package contains the interfaces and contracts that a Holochain app UI needs to implement in order to run as a Tool in a Weave Frame like [Moss](theweave.social#tryit).
41 lines (40 loc) • 894 B
JSON
{
"name": "@theweave/api",
"version": "0.5.0-rc.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lightningrodlabs/moss.git"
},
"keywords": [
"holochain"
],
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch --preserveWatchOutput",
"build:api-docs": "api-extractor run --local && api-documenter markdown -i docs/temp"
},
"type": "module",
"dependencies": {
"@holochain-open-dev/profiles": "0.500.0-rc.1",
"@holochain/client": "^0.19.0-rc.0",
"@msgpack/msgpack": "^2.8.0",
"js-base64": "^3.7.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
}
}