Spaces:
Running
Running
{ | |
"name": "fastify-cached-gen", | |
"version": "1.0.0", | |
"description": "This project was bootstrapped with Fastify-CLI.", | |
"main": "app.js", | |
"directories": { | |
"test": "test" | |
}, | |
"scripts": { | |
"test": "node --test test/**/*.test.js", | |
"start": "fastify start -l info app.js", | |
"dev": "fastify start -w -l info -P app.js" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@fastify/autoload": "^5.0.0", | |
"@fastify/sensible": "^5.0.0", | |
"@fastify/view": "^9.1.0", | |
"@huggingface/inference": "^2.8.0", | |
"dotenv": "^16.4.5", | |
"ejs": "^3.1.10", | |
"fastify": "^4.26.1", | |
"fastify-cli": "^6.3.0", | |
"fastify-plugin": "^4.0.0", | |
"node-cache": "^5.1.2" | |
} | |
} | |