1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-16 21:12:25 +02:00

add package.json

This commit is contained in:
Puyodead1 2023-01-15 18:54:57 -05:00
parent 788cc6cb8d
commit 7596405aa9
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "mkdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "mkdocs serve",
"build": "mkdocs build -d public"
}
}