13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"name": "zqdgr-script-example",
|
|
"version": "0.0.1",
|
|
"description": "Example script for zqdgr new",
|
|
"author": "juls0730",
|
|
"license": "Unlicense",
|
|
"scripts": {
|
|
"build": "go build -o main",
|
|
"dev": "go run main.go"
|
|
},
|
|
"pattern": "**/*.go",
|
|
"excluded_dirs": []
|
|
} |