aboutsummaryrefslogtreecommitdiff
path: root/packages/db/test/fixtures/integration-only/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/test/fixtures/integration-only/package.json')
-rw-r--r--packages/db/test/fixtures/integration-only/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/db/test/fixtures/integration-only/package.json b/packages/db/test/fixtures/integration-only/package.json
new file mode 100644
index 000000000..4229f710a
--- /dev/null
+++ b/packages/db/test/fixtures/integration-only/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "@test/db-integration-only",
+ "version": "0.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview"
+ },
+ "dependencies": {
+ "@astrojs/db": "workspace:*",
+ "astro": "workspace:*"
+ }
+}