{ "name": "bandolier2", "version": "0.1.0", "private": true, "type": "module", "bin": { "bando": "./bando.js" }, "scripts": {}, "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/formbody": "^7.4.0", "@fastify/helmet": "^11.1.1", "@fastify/static": "^7.0.0", "axios": "^1.6.7", "commander": "^12.0.0", "fast-glob": "^3.3.2", "fastify": "^4.26.0", "knex": "^3.1.0", "knex-paginate": "^3.1.1", "nunjucks": "^3.2.4", "sqlite3": "^5.1.7" }, "devDependencies": { "@fastify/restartable": "github:fastify/restartable", "chokidar": "^3.6.0" } }