summaryrefslogtreecommitdiff
path: root/test/test-files/eslint/astro-app/package.json
blob: 527a99fc81dada22a94bb3d0e111645fcfa7d17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "astro-app",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^4.8.3",
    "@astrojs/check": "^0.7.0",
    "typescript": "^5.4.5"
  }
}