{
  "name": "@test-station/render-html",
  "version": "0.2.86",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "scripts": {
    "build": "node ../../scripts/check-package.mjs ./src/index.js",
    "lint": "node ../../scripts/lint-syntax.mjs ./src"
  }
}
