{
  "name": "purex",
  "description": "A performance static site generator for TypeScript developer",
  "version": "0.0.15",
  "packageManager": "pnpm@8.7.0",
  "scripts": {
    "build": "tsc --noEmit && rm -rf lib && tsc --project tsconfig.json",
    "start-publish": "npm run build && npm publish --access public --no-git-checks --provenance --registry=https://registry.npmjs.org",
    "test": "cross-env NODE_ENV=test TS_CONFIG_PATHS=true ts-mocha -p tsconfig.json ./**/*.test.ts --parallel --timeout 30000",
    "checktype": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx --fix"
  },
  "dependencies": {
    "markdown-it": "^13.0.1",
    "markdown-it-shiki": "^0.9.0",
    "fs-extra": "^11.1.1",
    "fast-glob": "^3.3.1",
    "@parcel/watcher": "^2.2.0",
    "webpack": "^5.88.2",
    "ts-loader": "^9.4.4",
    "less": "^4.2.0",
    "clean-css": "^5.3.2",
    "html-minifier": "^4.0.0",
    "express": "^4.18.2",
    "ip": "^1.1.8",
    "detect-port": "^1.5.1",
    "ws": "^8.13.0",
    "shiki": "^0.14.3",
    "ts-node": "^10.9.1",
    "compression": "^1.7.4"
  },
  "devDependencies": {
    "@configs/test-config": "workspace:*",
    "@configs/ts-config": "workspace:*",
    "@configs/eslint-config": "workspace:*",
    "@types/fs-extra": "^11.0.1",
    "@types/less": "^3.0.3",
    "@types/clean-css": "^4.2.6",
    "@types/express": "^4.17.17",
    "@types/compression": "^1.7.2",
    "@types/ip": "^1.1.0",
    "@types/detect-port": "^1.3.3",
    "@types/ws": "^8.5.5",
    "@types/html-minifier": "^4.0.2",
    "@types/markdown-it": "^13.0.0"
  },
  "eslintConfig": {
    "extends": [
      "@configs/eslint-config/node"
    ],
    "ignorePatterns": [
      "node_modules"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suhaotian/purex.git"
  },
  "author": {
    "name": "@suhaotian"
  },
  "bugs": {
    "url": "https://github.com/suhaotian/purex/issues"
  },
  "homepage": "https://purex.jeremysu.me/",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    "types": "./lib/index.d.ts",
    "require": "./lib/index.js"
  },
  "bin": {
    "purex": "bin/purex.js"
  },
  "files": [
    "README.md",
    "lib",
    "bin"
  ],
  "keywords": [
    "website",
    "blog",
    "content",
    "markdown",
    "TypeScript"
  ],
  "license": "MIT"
}
