astro/tools/prettier-plugin-astro/package.json
github-actions[bot] 91e11aee2a
Version Packages (#543)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-25 09:51:28 -04:00

18 lines
367 B
JSON

{
"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"
}
}