init package.json

This commit is contained in:
SpikeHD 2022-04-19 16:21:44 -07:00
parent a0e09a4d04
commit b80b96d25c
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "GrassClipper",
"version": "1.0.0",
"repository": "https://github.com/Grasscutters/GrassClipper.git",
"author": "SpikeHD <spikegdofficial@gmail.com>",
"license": "Apache-2.0"
}