An even more educational version of the Bandolier for Learn JS the Hard Way. https://learnjsthehardway.com/
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.
 
 
bandolier2/package.json

28 lines
623 B

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