2025-09-05 14:59:21 +08:00

30 lines
749 B
JSON

{
"name": "fast-npm-meta",
"type": "module",
"version": "0.4.6",
"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"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub"
}
}