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

18 lines
367 B
JSON

{
"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": {
"@astrojs/parser": "^0.13.3",
"prettier": "^2.2.1"
},
"devDependencies": {
"@types/prettier": "^2.2.1"
}
}