mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-04 03:14:14 +08:00
31 lines
734 B
JSON
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.6.1"
|
|
}
|
|
}
|