aboutsummaryrefslogtreecommitdiff
path: root/prettier-plugin-astro/package.json
blob: 6fc9335137204f5d3950a38403b2fc48a4821f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "prettier-plugin-astro",
  "version": "0.0.1",
  "main": "index.js",
  "type": "commonjs",
  "private": true,
  "devDependencies": {
    "prettier": "^2.2.1"
  },
  "dependencies": {
    "astro": "file:.."
  }
}