{
"name": "@fastify/view",
"version": "11.1.1",
"description": "Template plugin for Fastify",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"scripts": {
"benchmark": "node benchmark.js",
"example": "node examples/example.js",
"example-with-options": "node examples/example-ejs-with-some-options.js",
"example-typescript": "npx ts-node types/index.test-d.ts",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "c8 node --test",
"test:typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/point-of-view.git"
},
"keywords": [
"fastify",
"template",
"view",
"speed",
"ejs",
"nunjucks",
"pug",
"handlebars",
"mustache",
"twig",
"eta"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"contributors": [
{
"name": "Matteo Collina",
"email": "[email protected]"
},
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/point-of-view/issues"
},
"homepage": "https://github.com/fastify/point-of-view#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"dependencies": {
"fastify-plugin": "^5.0.0",
"toad-cache": "^3.7.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^24.0.8",
"autocannon": "^8.0.0",
"c8": "^10.1.3",
"cross-env": "^10.0.0",
"dot": "^1.1.3",
"edge.js": "^6.2.1",
"ejs": "^3.1.10",
"eslint": "^9.17.0",
"eta": "^3.4.0",
"express": "^5.1.0",
"fastify": "^5.0.0",
"handlebars": "^4.7.8",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.11.0",
"mustache": "^4.2.0",
"neostandard": "^0.12.0",
"nunjucks": "^3.2.4",
"pino": "^9.0.0",
"pug": "^3.0.2",
"split2": "^4.2.0",
"tsd": "^0.32.0",
"twig": "^1.17.1"
},
"pre-commit": [
"lint",
"test"
],
"publishConfig": {
"access": "public"
}
}