@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).
42 lines (41 loc) • 917 B
JSON
{
"name": "@theweave/api",
"version": "0.6.6",
"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",
"prepublish": "yarn build"
},
"type": "module",
"dependencies": {
"@holochain-open-dev/profiles": "^0.601.2",
"@holochain/client": "=0.20.4-rc.0",
"@msgpack/msgpack": "^2.8.0",
"js-base64": "^3.7.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
}