{ "name": "fast-npm-meta", "type": "module", "version": "1.2.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", "files": [ "dist" ], "devDependencies": { "p-retry": "^7.1.1", "tsdown": "^0.20.1" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }