📜  在 cpanel 上安装 npm - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:13.047000             🧑  作者: Mango

代码示例1
{
  "name": "app",
  "version": "1.0.0",
  "description": "My App",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}