vfpmedia/package.json
2026-04-18 23:40:14 -05:00

19 lines
297 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.8",
"mflx": "^2.0.1"
}
}