astro/tools/prettier-plugin-astro/package.json
Matthew Phillips 5cc90f9dc1
Move parser to the scoped package name (#319)
* Move parser to the scoped package name

* Prettier plugin should use 0.12 of the parser
2021-06-07 16:05:13 -04:00

15 lines
307 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",
"@astrojs/parser": "^0.12.0"
}
}