1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-16 21:12:25 +02:00
docs/package.json
2023-01-15 18:54:57 -05:00

10 lines
140 B
JSON

{
"name": "mkdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "mkdocs serve",
"build": "mkdocs build -d public"
}
}