{
  "name": "@ibnlanre/types",
  "version": "0.3.2",
  "description": "An opinionated collection of typescript types",
  "homepage": "https://docsmill.dev/npm/@ibnlanre/types",
  "type": "module",
  "scripts": {
    "bundle": "tsup",
    "lint": "biome lint --write .",
    "test": "vitest --typecheck",
    "package": "npm publish --access public",
    "dry-run": "npm pack --dry-run"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@eslint/js": "^9.16.0",
    "@typescript-eslint/parser": "^8.17.0",
    "eslint": "^9.16.0",
    "tsup": "^8.0.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.17.0",
    "vitest": "^2.1.8"
  },
  "author": "Ridwan Olanrewaju <olaitanlanre28@gmail.com>",
  "repository": {
    "url": "git+https://github.com/ibnlanre/types.git",
    "type": "git",
    "publishConfig": {
      "access": "public"
    }
  },
  "bugs": {
    "url": "https://github.com/ibnlanre/types/issues"
  },
  "license": "BSD-3-Clause",
  "keywords": [
    "types",
    "typescript",
    "type-fest"
  ]
}