diff options
Diffstat (limited to 'test/test-files/eslint/astro-app/package.json')
-rw-r--r-- | test/test-files/eslint/astro-app/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/test-files/eslint/astro-app/package.json b/test/test-files/eslint/astro-app/package.json new file mode 100644 index 00000000..527a99fc --- /dev/null +++ b/test/test-files/eslint/astro-app/package.json @@ -0,0 +1,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" + } +}
\ No newline at end of file |