0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/packages/db/test/fixtures/glob/package.json
2024-01-26 22:11:02 -05:00

21 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"
}