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

10 lines
215 B
JSON

{
"name": "fcast",
"version": "1.0.0",
"scripts": {
"deploy-site": "wrangler pages deploy --directory ./website --branch main --project-name fcast"
},
"dependencies": {
"wrangler": "^3.88.0"
}
}