freeptcha/package.json

20 lines
379 B
JSON
Raw Permalink 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",
2023-06-23 15:11:59 +02:00
"canvas": "^2.11.2",
2023-06-23 13:08:16 +02:00
"dotenv": "^16.3.1",
2023-06-23 13:39:30 +02:00
"fastify": "^4.18.0",
"gulp": "^4.0.2",
"sharp": "^0.32.1"
2023-06-23 13:08:16 +02:00
},
"scripts": {
2023-06-23 18:14:01 +02:00
"dev": "gulp dev",
"prod": "SCRIPT_PROD=true node index.js"
2023-06-23 13:08:16 +02:00
}
}