美文网首页
package.json 安装依赖包

package.json 安装依赖包

作者: 2359634711 | 来源:发表于2019-03-22 13:05 被阅读0次
    {
      "name": "kline",
      "version": "1.0.0",
      "description": "kline",
      "main": "index.js",
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "electron ."
      },
      "author": "",
      "license": "ISC",
      "devDependencies": {
        "electron": "^4.1.0"
      },
      "dependencies": {
        "request": "^2.88.0",
        "axios": "^0.18.0"
      }
    }
    
    

    相关文章

      网友评论

          本文标题:package.json 安装依赖包

          本文链接:https://www.haomeiwen.com/subject/xfvlvqtx.html