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
2024-11-20 12:36:23 -06:00

10 lines
217 B
JSON

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