{
  "name": "fast-npm-meta",
  "type": "module",
  "version": "1.4.2",
  "description": "Get npm package metadata",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/fast-npm-meta#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/fast-npm-meta.git"
  },
  "bugs": "https://github.com/antfu/fast-npm-meta/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "bin": {
    "fast-npm-meta": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "skills"
  ],
  "devDependencies": {
    "cac": "^7.0.0",
    "p-retry": "^7.1.1",
    "tsdown": "^0.20.3"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  }
}