X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/test/test-files/eslint/astro-app/package.json diff --git a/.vim/bundle/ale/test/test-files/eslint/astro-app/package.json b/.vim/bundle/ale/test/test-files/eslint/astro-app/package.json new file mode 100644 index 00000000..527a99fc --- /dev/null +++ b/.vim/bundle/ale/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