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.
19 lines
362 B
19 lines
362 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",
|
|
"fastify": "^4.26.0",
|
|
"knex": "^3.1.0",
|
|
"knex-paginate": "^3.1.1",
|
|
"lodash": "^4.17.21",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|
|
|