-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "weekly",
"version": "1.0.0",
"description": "![](https://github.com/bigbigDreamer/weekly/actions/workflows/deploy.yml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) [![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/bigbigDreamer/weekly/releases/) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material && open http://127.0.0.1:8000",
"build": "docker build -t squidfunk/mkdocs-material . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbigDreamer/weekly.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigbigDreamer/weekly/issues"
},
"homepage": "https://github.com/bigbigDreamer/weekly#readme"
}