{
  "name": "typle",
  "version": "0.2.2",
  "description": "📦 Scan and install missing Typescript type definitions for your dependencies.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "typle": "bin/typle"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "require": "./dist/cli.js",
      "import": "./dist/cli.mjs"
    }
  },
  "repository": "mrozio13pl/typle",
  "author": "mrozio13pl",
  "license": "MIT",
  "scripts": {
    "build": "tsup src/index.ts src/cli.ts --config tsup.config.ts",
    "test": "npx vitest run"
  },
  "files": [
    "bin",
    "dist"
  ],
  "keywords": [
    "types",
    "install",
    "auto",
    "sync",
    "download",
    "package",
    "typescript",
    "tool"
  ],
  "dependencies": {
    "@antfu/install-pkg": "^0.4.1",
    "clittle": "^0.2.2",
    "cross-spawn": "^7.0.3",
    "detect-indent": "^6.1.0",
    "jiti": "^1.21.6",
    "lilconfig": "^3.1.2",
    "nanospinner": "^1.1.0",
    "picocolors": "^1.0.0",
    "semver": "^6.3.1",
    "tiny-update-notifier": "^2.0.0",
    "tinyglobby": "^0.2.9",
    "typle-core": "0.2.2",
    "typle-util": "0.2.2"
  },
  "devDependencies": {
    "@npm/types": "^2.0.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/semver": "^6.2.7",
    "is-unicode-supported": "^2.1.0",
    "ofi": "^1.3.4",
    "tsup": "^8.3.0",
    "typescript": "^5.6.2",
    "vitest": "^1.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "74ba694efbe393b173204cf57efda7bbea6107b4"
}
