astro/tools/prettier-plugin-astro/package.json
Matthew Phillips ac43faf85f Release
2021-05-24 16:32:10 -04:00

15 lines
303 B
JSON

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