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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
412 B
JSON
Raw Normal View History

2024-01-22 16:11:23 -05:00
{
"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:*",
2024-01-25 18:44:06 -05:00
"chokidar": "^3.5.3",
"drizzle-orm": "^0.28.6",
2024-01-22 16:11:23 -05:00
"fast-glob": "^3.3.2"
},
"keywords": [],
"author": "",
"license": "ISC"
}