{ "name": "project-name", "version": "0.1.0", "description": "Project description goes here...", "repository": { "type": "git", "url": "https://github.com/repo.git" }, "author": "DesignHammer, LLC", "license": "GPL-2.0 AND MIT", "homepage": "https://designhammer.com", "scripts": { "style": "node -e \"require('./build').buildCSS()\"", "script": "node -e \"require('./build').minifyJS()\"", "watch": "node -e \"require('./build').watchFiles()\"" } }