mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
17 lines
445 B
JSON
17 lines
445 B
JSON
{
|
|
"name": "grassclipper",
|
|
"version": "0.9.8",
|
|
"repository": "https://github.com/Grasscutters/GrassClipper.git",
|
|
"author": "SpikeHD <spikegdofficial@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "neu run",
|
|
"build-win": ".\\build_win.cmd",
|
|
"build-linux": "./build.sh",
|
|
"build": "echo !! Run build-win or build-linux to build for your platform !!\n"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.14.0"
|
|
}
|
|
}
|