diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..bd1debd --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "GrassClipper", + "version": "1.0.0", + "repository": "https://github.com/Grasscutters/GrassClipper.git", + "author": "SpikeHD ", + "license": "Apache-2.0" +}