971c58da4d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"name": "prettier-plugin-astro",
|
|
"version": "0.0.2",
|
|
"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.1.0"
|
|
}
|
|
}
|