{
  "name": "commonly.typescript",
  "version": "0.3.0",
  "description": "Well typed sorted utilities commonly desired.",
  "type": "module",
  "scripts": {
    "dev": "tsc --watch",
    "lint": "eslint .",
    "test": "jest",
    "build": "tsc && tsc-esm-patch",
    "postbuild": "pnpm build-cjs && pnpm copy-files",
    "build-cjs": "tsc -p tsconfig-cjs.json",
    "copy-files": "cp package.json , *readme.md ./dist"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@stylistic/eslint-plugin": "^4.4.1",
    "@types/jest": "^29.5.14",
    "eslint": "^9.28.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.4",
    "tsc-esm-patch": "^1.0.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.1"
  },
  "author": "Miguel Leon",
  "license": "ISC",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./cjs/index.js"
    },
    "./*": {
      "import": "./*/index.js",
      "require": "./cjs/*/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguel-leon/commonly.typescript"
  },
  "keywords": ["typescript", "util"]
}
