Files
webapi-tutorial/package.json
2023-09-05 11:16:38 +08:00

33 lines
879 B
JSON

{
"name": "webapi-tutorial",
"version": "0.0.0",
"description": "Web API 教程",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "loppo --site \"Web API 教程\" --id webapi --theme wangdoc",
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/webapi --branch master --add --repo git@github.com:wangdoc/website.git",
"chapter": "loppo chapter",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wangdoc/webapi-tutorial.git"
},
"keywords": [
"Tutorial",
"Web",
"wangdoc",
"document"
],
"author": "Ruan Yifeng",
"license": "Creative Commons Attribution-ShareAlike License",
"dependencies": {
"gh-pages": "^6.0.0",
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.6.6"
}
}