{ "name": "prettier-plugin-astro", "version": "0.0.6", "main": "index.js", "type": "commonjs", "private": true, "scripts": { "test": "uvu test -i fixtures -i package.json", "build": "echo 'build'" }, "dependencies": { "@astrojs/parser": "^0.15.0", "prettier": "^2.2.1" }, "devDependencies": { "@types/prettier": "^2.2.1" } }