Files
zqdgr-script-example/zqdgr.config.json
2025-01-15 16:05:57 +00:00

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": []
}