{
  "name": "txstate-utils",
  "version": "1.10.4",
  "description": "Lightweight utility functions that can be used in a browser or in node.",
  "main": "lib/index.js",
  "module": "lib-esm/index.js",
  "exports": {
    ".": {
      "types": "./lib-esm/index.d.ts",
      "require": "./lib/index.js",
      "import": "./lib-esm/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./lib-esm/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf lib lib-esm && tsc && tsc -m es2022 --outDir lib-esm --moduleResolution bundler && cp package-esm.json lib-esm/package.json",
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "test": "npm run build && node --import tsx --test test/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/txstate-etc/txstate-utils.git"
  },
  "keywords": [],
  "author": "Nick Wing",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/txstate-etc/txstate-utils/issues"
  },
  "homepage": "https://github.com/txstate-etc/txstate-utils#readme",
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.0.0",
    "@types/node": "^24.0.0",
    "chai": "^6.2.2",
    "eslint-config-love": "^152.0.0",
    "lru-cache": "^11.0.0",
    "memcached-mock": "^0.1.0",
    "tsx": "^4.0.0",
    "typescript": "^6.0.2"
  },
  "sideEffects": false,
  "files": [
    "lib/**/*",
    "lib-esm/**/*"
  ]
}
