blaze/package.json

31 lines
738 B
JSON

{
"name": "blaze-this-page",
"version": "1.1.0",
"description": "The service to navigate the web also with bad connectivity",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"start": "node ."
},
"dependencies": {
"@fastify/compress": "^6.4.0",
"@fastify/env": "^4.2.0",
"@fastify/etag": "^4.2.0",
"@fastify/static": "^6.11.0",
"@fastify/view": "^8.0.0",
"eta": "^3.1.1",
"fastify": "^4.22.2",
"fastify-minify": "^1.2.0",
"node-html-parser": "^6.1.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.6.12"
}