@sxzz/prettier-config
Version:
Prettier config for @sxzz
57 lines • 1.38 kB
JSON
{
"name": "@sxzz/prettier-config",
"type": "module",
"version": "2.3.1",
"description": "Prettier config for @sxzz",
"author": "Kevin Deng <sxzz@sxzz.moe>",
"license": "MIT",
"funding": "https://github.com/sponsors/sxzz",
"homepage": "https://github.com/sxzz/prettier-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sxzz/prettier-config.git"
},
"bugs": {
"url": "https://github.com/sxzz/prettier-config/issues"
},
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"types": "dist/index.d.mts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"prettier-plugin-astro": "^0.14.1"
},
"peerDependenciesMeta": {
"prettier-plugin-astro": {
"optional": true
}
},
"dependencies": {
"@prettier/plugin-oxc": "^0.1.3"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.5.1",
"@types/node": "^25.2.0",
"@typescript/native-preview": "7.0.0-dev.20260201.1",
"bumpp": "^10.4.0",
"eslint": "^9.39.2",
"prettier": "^3.8.1",
"tsdown": "^0.20.1",
"tsdown-preset-sxzz": "^0.3.1"
},
"prettier": "./dist/index.mjs",
"scripts": {
"lint": "eslint --cache",
"build": "tsdown",
"format": "prettier -w .",
"typecheck": "tsgo --noEmit",
"release": "bumpp"
}
}