astro/tools/prettier-plugin-astro/package.json

16 lines
307 B
JSON
Raw Normal View History

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