{ "private": true, "name": "amber-helper", "version": "0.2.0", "description": "Bring the Unix philosophy to the browser.", "license": "GPL-3.0", "author": "Payson Wallach ", "homepage": "https://github.com/paysonwallach/amber-helper#readme", "repository": { "type": "git", "url": "https://github.com/paysonwallach/amber-helper" }, "bugs": { "url": "https://github.com/paysonwallach/amber-helper/issues" }, "scripts": { "build:meta": "scrivano", "format": "run-p format:*", "format:js": "prettier --write .", "format:package.json": "prettier-package-json --write", "format:vala": "find src/ -name '*.vala' -exec uncrustify -c uncrustify.cfg --replace {} \\;", "release": "standard-version" }, "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "husky": "^7.0.4", "npm-run-all": "^4.1.5", "prettier": "^2.6.2", "prettier-package-json": "^2.6.3", "scrivano": "^0.1.0", "standard-version": "^9.3.2" }, "meta": { "title": "Amber Helper", "repository": { "owner": "paysonwallach", "name": "amber-helper" }, "license": { "name": "GNU General Public License v3.0", "url": "https://github.com/paysonwallach/amber-helper/blob/master/LICENSE" }, "codeOfConduct": { "url": "https://github.com/paysonwallach/amber-helper/blob/master/CODE_OF_CONDUCT.md" }, "releases": { "url": "https://github.com/paysonwallach/amber-helper/releases" } }, "standard-version": { "scripts": { "precommit": "npm run build:meta" } } }