{ "name": "fast-npm-meta", "type": "module", "version": "1.5.1", "description": "Get npm package metadata", "author": "Anthony Fu ", "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": "^8.0.0", "tsdown": "^0.21.10" }, "inlinedDependencies": { "cac": "7.0.0", "is-network-error": "1.3.0", "p-retry": "8.0.0" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }