27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "myproject",
|
|
"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",
|
|
"axios": "^1.9.0",
|
|
"fastify": "^4.26.1",
|
|
"fastify-cli": "^6.1.1",
|
|
"fastify-cron": "^1.4.0",
|
|
"fastify-plugin": "^4.0.0"
|
|
}
|
|
}
|