Files
2026-02-13 22:02:30 +01:00

33 lines
803 B
JSON

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