fastify-scaffold
Version:
I write a fair number of web apps that use `fastify` (as a web server), `marko` (for templating), and `lasso` (for asset bundling).
34 lines (33 loc) • 779 B
JSON
{
"name": "fastify-scaffold",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fastify-scaffold": "bin/fastify-scaffold.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lasso/marko-taglib": "^1.0.15",
"colors": "^1.3.3",
"commander": "^2.20.0",
"copy-dir": "^1.1.0",
"fastify": "^2.7.1",
"fastify-static": "^2.5.0",
"lasso": "^3.3.1",
"lasso-less": "^3.0.1",
"lasso-marko": "^2.4.7",
"lodash": "^4.17.15",
"marko": "^4.18.10",
"node-dir": "^0.1.17",
"npm-check-updates": "^3.1.20",
"pem": "^1.14.2",
"pino": "^5.13.1",
"point-of-view": "^3.5.0",
"require-self-ref": "^2.0.1"
}
}