an experiment in putting together a wiki and an object-oriented mud.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
the-forest/db/package.json

20 lines
491 B

{
"name": "forest-db",
"version": "1.0.0",
"description": "database tools for the forest",
"main": "db.js",
"scripts": {
"start": "sqld -d the_big_db.db --http-listen-addr=127.0.0.1:8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.shoofle.net/shoofle/the-forest"
},
"author": "shoofle",
"license": "ISC",
"dependencies": {
"@libsql/client": "^0.12.0",
"showdown": "^2.1.0"
}
}