{
  "name": "@changke/staticnext-lib",
  "version": "3.0.0",
  "description": "Reusable library code for StaticNext (forked & typed)",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.lib.json",
    "lint": "oxlint",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "test": "wtr",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [],
  "author": "@changke",
  "license": "ISC",
  "devDependencies": {
    "@open-wc/testing": "^5.0.0",
    "@tsconfig/recommended": "^1.0.13",
    "@types/mocha": "^10.0.10",
    "@web/dev-server-esbuild": "^2.0.0",
    "@web/test-runner": "^1.0.0",
    "@web/test-runner-puppeteer": "^1.0.0",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "oxlint-tsgolint": "^7.0.2001",
    "sinon": "^22.1.0",
    "typescript": "^7.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://changke@bitbucket.org/changke/staticnext-lib.git"
  },
  "allowScripts": {
    "esbuild": true,
    "puppeteer": true
  }
}
