{
  "name": "locizify-ssg",
  "version": "3.0.4",
  "description": "Node.js script to render and generate website pages that uses locizify, to optimize SEO",
  "keywords": [
    "locize",
    "locizify",
    "ssg",
    "server-side"
  ],
  "homepage": "https://github.com/locize/locize-ssg",
  "repository": {
    "type": "git",
    "url": "git@github.com:locize/locize-ssg.git"
  },
  "bugs": {
    "url": "https://github.com/locize/locize-ssg/issues"
  },
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": "./dist/cjs/index.js",
      "default": "./dist/esm/index.js"
    },
    "./cjs": {
      "default": "./dist/cjs/index.js"
    },
    "./esm": {
      "default": "./dist/esm/index.js"
    },
    "./src": {
      "default": "./src/index.js"
    }
  },
  "bin": {
    "locizify-ssg": "./bin/locizify-ssg.js"
  },
  "scripts": {
    "lint": "eslint .",
    "build": "tsdown && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
    "test": "npm run lint && npm run build",
    "preversion": "npm run test && git push",
    "postversion": "git push && git push --tags"
  },
  "license": "MIT",
  "dependencies": {
    "jsdom": "29.0.2",
    "locizify": "10.0.5"
  },
  "devDependencies": {
    "eslint": "9.39.2",
    "eslint-plugin-import": "2.32.0",
    "neostandard": "0.13.0",
    "tsdown": "0.21.10"
  }
}
