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