freeptcha/package.json

16 lines
267 B
JSON
Raw Normal View History

2023-06-23 13:08:16 +02:00
{
"name": "freeptcha",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "blek!",
"dependencies": {
"@fastify/static": "^6.10.2",
"dotenv": "^16.3.1",
"fastify": "^4.18.0"
},
"scripts": {
"dev": "node index.js"
}
}