freeptcha/package.json

20 lines
379 B
JSON

{
"name": "freeptcha",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "blek!",
"dependencies": {
"@fastify/static": "^6.10.2",
"canvas": "^2.11.2",
"dotenv": "^16.3.1",
"fastify": "^4.18.0",
"gulp": "^4.0.2",
"sharp": "^0.32.1"
},
"scripts": {
"dev": "gulp dev",
"prod": "SCRIPT_PROD=true node index.js"
}
}