summaryrefslogtreecommitdiff
path: root/examples/integration/package.json
blob: 918b3ee79b1c1b7a9ec1e7ddd88d4a7dd977fd69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@example/integration",
  "private": true,
  "version": "0.0.1",
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "src",
    "index.ts"
  ],
  "keywords": [
    "withastro"
  ],
  "scripts": {},
  "devDependencies": {
    "astro": "^3.1.1"
  },
  "peerDependencies": {
    "astro": "^2.0.0-beta.0"
  }
}