github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/site/package.json (about)

     1  {
     2    "name": "site",
     3    "version": "0.0.1",
     4    "description": "sealer home page",
     5    "main": "index.js",
     6    "authors": {
     7      "name": "fanux",
     8      "email": "zhongyi.fht@alibaba-inc.com"
     9    },
    10    "repository": "https://github.com/alibaba/sealer/site",
    11    "scripts": {
    12      "dev": "vuepress dev src",
    13      "build": "vuepress build src"
    14    },
    15    "license": "MIT",
    16    "devDependencies": {
    17      "vuepress": "^0.14.11"
    18    }
    19  }