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