{ "name": "passport", "version": "0.3.1", "description": "Passport is a simple, lightweight, and fast dashboard/new tab page for your browser.", "author": "juls0730", "license": "BSL-1.0", "homepage": "https://github.com/juls0730/passport", "repository": { "type": "git", "url": "https://github.com/juls0730/passport.git" }, "scripts": { "dev": "go generate ./src/; PASSPORT_DEV_MODE=true go run src/main.go", "build": "go generate ./src/ && go build -tags netgo,prod -ldflags=\"-w -s\" -o passport src/main.go" }, "pattern": "src/**/*.{go,hbs,scss,svg,png,jpg,jpeg,webp,woff2,ico,webp}", "shutdown_signal": "SIGINT" }