66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
![]() |
{
|
||
|
"name": "prettier-plugin-astro",
|
||
|
"version": "0.9.1",
|
||
|
"type": "commonjs",
|
||
|
"description": "A Prettier Plugin for formatting Astro files",
|
||
|
"main": "dist/index.js",
|
||
|
"files": [
|
||
|
"dist/**",
|
||
|
"workers/*"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": "^14.15.0 || >=16.0.0",
|
||
|
"pnpm": ">=7.14.0"
|
||
|
},
|
||
|
"packageManager": "pnpm@7.14.0",
|
||
|
"homepage": "https://github.com/withastro/prettier-plugin-astro/",
|
||
|
"issues": {
|
||
|
"url": "https://github.com/withastro/prettier-plugin-astro/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"prettier-plugin",
|
||
|
"prettier",
|
||
|
"astro",
|
||
|
"formatter"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/withastro/prettier-plugin-astro.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/compiler": "^1.0.1",
|
||
|
"prettier": "^2.8.3",
|
||
|
"sass-formatter": "^0.7.5",
|
||
|
"synckit": "^0.8.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@changesets/cli": "^2.26.0",
|
||
|
"@rollup/plugin-commonjs": "^24.0.1",
|
||
|
"@rollup/plugin-typescript": "^11.0.0",
|
||
|
"@types/node": "^18.11.18",
|
||
|
"@types/prettier": "^2.7.2",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||
|
"@typescript-eslint/parser": "^5.49.0",
|
||
|
"@vitest/ui": "^0.28.1",
|
||
|
"eslint": "^8.32.0",
|
||
|
"eslint-config-prettier": "^8.6.0",
|
||
|
"eslint-plugin-prettier": "^4.2.1",
|
||
|
"eslint-plugin-prettier-doc": "^1.1.0",
|
||
|
"rollup": "^3.10.1",
|
||
|
"tslib": "^2.4.1",
|
||
|
"typescript": "^4.9.4",
|
||
|
"vitest": "^0.28.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"dev": "rollup -c -w",
|
||
|
"test": "vitest run",
|
||
|
"test:watch": "vitest -w",
|
||
|
"test:ui": "vitest --ui",
|
||
|
"lint": "eslint .",
|
||
|
"lint:fix": "pnpm lint --fix",
|
||
|
"format": "prettier -w . --cache",
|
||
|
"release": "pnpm build && changeset publish"
|
||
|
}
|
||
|
}
|