wiki-plugin-allyabase
Version:
Allyabase plugin for the federated wiki
24 lines (23 loc) • 559 B
JSON
{
"name": "fount-js",
"version": "0.0.5",
"description": "JavaScript client for Fount",
"main": "fount.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "npx rollup --format=cjs --file=fount.cjs -- fount.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/planet-nine-app/fount.git"
},
"type": "module",
"author": "planetnineisaspaceship",
"license": "MIT",
"dependencies": {
"sessionless-node": "^0.11.0"
},
"devDependencies": {
"rollup": "^4.34.9"
}
}