You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jetlinks-doc/iot-docs/package.json

13 lines
283 B

2 years ago
{
"name": "jetlinks-docs",
"license": "apache 2.0",
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build .",
"build": "node --max_old_space_size=10240 build/build.js"
},
"devDependencies": {
"vuepress-plugin-medium-zoom": "^1.1.8"
}
}