mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
22 lines
412 B
JSON
22 lines
412 B
JSON
|
{
|
||
|
"name": "glob",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/db": "workspace:*",
|
||
|
"astro": "workspace:*",
|
||
|
"chokidar": "^3.5.3",
|
||
|
"drizzle-orm": "^0.28.6",
|
||
|
"fast-glob": "^3.3.2"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|