huangbag
Version:
npm是管理node第三方模块的工具
22 lines (21 loc) • 421 B
JSON
{
"type": "module",
"name": "huangbag",
"version": "1.0.0",
"description": "npm是管理node第三方模块的工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"初始化",
"下载安装",
"卸载安装"
],
"author": "七七",
"license": "ISC",
"dependencies": {
"comment": "^0.0.2"
},
"devDependencies": {}
}