外观
PkgInfoType
约 234 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / PkgInfoType
接口: PkgInfoType
定义于: types/base/pkg.ts:1
属性
author?
optional
author:string
| {email?
:string
;name
:string
;url?
:string
; }
定义于: types/base/pkg.ts:14
作者信息
bugs?
optional
bugs:object
定义于: types/base/pkg.ts:27
问题追踪
email?
optional
email:string
url?
optional
url:string
dependencies?
optional
dependencies:Record
<string
,string
>
定义于: types/base/pkg.ts:12
description?
optional
description:string
定义于: types/base/pkg.ts:7
描述
homepage?
optional
homepage:string
定义于: types/base/pkg.ts:32
主页
keywords?
optional
keywords:string
[]
定义于: types/base/pkg.ts:11
关键字
license?
optional
license:string
定义于: types/base/pkg.ts:20
许可证
main?
optional
main:string
定义于: types/base/pkg.ts:9
主入口文件
name
name:
string
定义于: types/base/pkg.ts:3
包名
repository?
optional
repository:string
| {type
:string
;url
:string
; }
定义于: types/base/pkg.ts:22
仓库信息
version
version:
string
定义于: types/base/pkg.ts:5
包版本