1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/package.json

11 lines
215 B
JSON
Raw Normal View History

2024-11-20 12:36:23 -06:00
{
"name": "fcast",
"version": "1.0.0",
"scripts": {
"deploy-site": "wrangler pages deploy --directory ./website --branch main --project-name fcast"
2024-11-20 12:36:23 -06:00
},
"dependencies": {
"wrangler": "^3.88.0"
}
}