Files
docker_practice/package.json
T

32 lines
1.2 KiB
Go

{
"name": "docker_practice",
"version": "1.9.2",
"description": "docker_practice",
"private": true,
"devDependencies": {
"vuepress": "1.9.10",
"vuepress-plugin-container": "^2.1.5",
"vuepress-theme-hope": "^1.0.0"
},
"scripts": {
"test": "node scripts/check_metadata.js && python3 -m unittest tools.test_prepare_pdf_sources",
"mdpress:help": "mdpress --help",
"build": "rm -rf _site _site_site && mdpress build --format site --output _site && rm -rf _site && mv _site_site _site",
"serve": "mdpress serve",
"start": "mdpress serve",
"pdf": "rm -rf /tmp/docker_practice-pdf-src && python3 tools/prepare_pdf_sources.py --book-dir . --out /tmp/docker_practice-pdf-src && cd /tmp/docker_practice-pdf-src && mdpress build --format pdf --output \"${INIT_CWD:-$PWD}/docker_practice.pdf\"",
"vuepress:build": "npx vuepress build",
"vuepress": "npx vuepress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeasy/docker_practice.git"
},
"author": "",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/yeasy/docker_practice/issues"
},
"homepage": "https://github.com/yeasy/docker_practice#readme"
}