{
  "name": "pug-fmt",
  "version": "0.1.0",
  "description": "Pug Formatter",
  "scripts": {
    "clean": "rm -Rf coverage dist junit.xml pnpm-lock.yaml node_modules",
    "build": "tsc --noEmit && vite build",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "release": "release-it"
  },
  "type": "module",
  "files": [
    "dist",
    "src",
    "tsconfig.json"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "pug",
    "formatter",
    "fmt"
  ],
  "author": {
    "name": "Christopher Quadflieg",
    "email": "chrissi92@hotmail.de",
    "url": "https://github.com/Shinigami92"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Shinigami92/pug-fmt.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/Shinigami92"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.com/donate/?hosted_button_id=L7GY729FBKTZY"
    }
  ],
  "bugs": "https://github.com/Shinigami92/pug-fmt/issues",
  "license": "MIT",
  "dependencies": {
    "pug-lexer": "^5.0.0"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "~5.1.1",
    "@types/node": "~18.11.0",
    "@types/prettier": "~2.7.1",
    "@typescript-eslint/eslint-plugin": "~5.40.1",
    "@typescript-eslint/parser": "~5.40.1",
    "@vitest/coverage-c8": "~0.24.3",
    "benchmark": "~2.1.4",
    "eslint": "~8.25.0",
    "eslint-config-prettier": "~8.5.0",
    "eslint-define-config": "~1.7.0",
    "eslint-gitignore": "~0.1.0",
    "eslint-plugin-inclusive-language": "~2.2.0",
    "eslint-plugin-jsdoc": "~39.3.13",
    "eslint-plugin-prettier": "~4.2.1",
    "eslint-plugin-spellcheck": "~0.0.19",
    "prettier": "2.7.1",
    "prettier-plugin-organize-imports": "~3.1.1",
    "release-it": "~15.5.0",
    "typescript": "~4.8.4",
    "vite": "~3.1.8",
    "vite-plugin-dts": "~1.6.6",
    "vitest": "~0.24.3"
  },
  "packageManager": "pnpm@7.13.5",
  "engines": {
    "node": ">=14.6.0",
    "npm": ">=6.0.0"
  }
}
