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

20 lines
389 B

{
"name": "bandolier2",
"version": "0.1.0",
"private": true,
"type": "module",
"bin": {
"bando": "./bando.js"
},
"scripts": {},
"dependencies": {
"@fastify/static": "^7.0.0",
"commander": "^12.0.0",
"fast-glob": "^3.3.2",
"fastify": "^4.26.0",
"knex": "^3.1.0",
"knex-paginate": "^3.1.1",
"lodash": "^4.17.21",
"sqlite3": "^5.1.7"
}
}