Files
clang-tutorial/package.json
2021-09-04 22:34:34 +08:00

31 lines
734 B
JSON

{
"name": "clang-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "loppo --site \"C 语言教程\" --id clang --theme wangdoc",
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/clang --branch master --repo git@github.com:wangdoc/website.git",
"chapter": "loppo chapter",
"server": "loppo server"
},
"husky": {
"hooks": {
"pre-push": "npm update"
}
},
"keywords": [],
"author": "",
"license": "CC-BY-SA-4.0",
"dependencies": {
"gh-pages": "^3.2.3",
"husky": "^4.3.8",
"loppo": "^0.6.24",
"loppo-theme-wangdoc": "^0.5.3"
}
}