{
  "name": "nice-types",
  "version": "1.0.1",
  "description": "A collection of nice TypeScript types!",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.d.ts",
      "require": "./dist/index.d.ts"
    },
    "./global": {
      "types": "./dist/global.d.ts",
      "import": "./dist/global.d.ts",
      "require": "./dist/global.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx tsc"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "keywords": [
    "typescript",
    "utility",
    "utilities",
    "types",
    "nice"
  ],
  "author": "JJ",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jaimeloeuf/nice-types.git"
  },
  "bugs": {
    "url": "https://github.com/Jaimeloeuf/nice-types/issues"
  },
  "homepage": "https://github.com/Jaimeloeuf/nice-types#readme"
}