Files
getskills/.history/package_20260321181417.json

14 lines
300 B
JSON
Raw Permalink Normal View History

{
"name": "@workskills/getskill",
"version": "1.0.0",
"main": "index.js", // 入口文件
"description": "包描述",
"author": "你的名字",
"license": "MIT",
"keywords": [
"关键词"
],
"files": [
"index.js"
] // 明确要发布的文件
}