{ "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" } }