Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1,30 @@
{
"name": "fast-npm-meta",
"type": "module",
"version": "0.4.7",
"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"
}
}