{ "name": "zqdgr", "version": "0.0.2", "description": "zqdgr is a quick and dirty Golang runner", "author": "juls0730", "license": "BSL-1.0", "homepage": "https://github.com/juls0730/zqdgr", "repository": { "type": "git", "url": "https://github.com/juls0730/zqdgr.git" }, "scripts": { "build": "go build -o zqdgr", "dev": "sleep 5; echo 'test' && sleep 2 && echo 'test2'" }, "pattern": "**/*.go" }