- synapse
- package.json
{
"private": true,
"name": "com.paysonwallach.synapse",
"version": "0.4.7",
"description": "A semantic application launcher and desktop search application for GNOME.",
"scripts": {
"format": "find . -name '*.vala' -exec uncrustify -c uncrustify.cfg --replace {} \\;",
"prerelease": "scrivano",
"release": "standard-version",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/paysonwallach/synapse"
},
"license": "LGPL-2.1",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"scrivano": "^0.1.0",
"standard-version": "^9.3.2"
},
"meta": {
"title": "Synapse",
"license": {
"name": "GNU Lesser General Public License v2.1",
"url": "https://github.com/paysonwallach/synapse/blob/master/COPYING.md"
},
"codeOfConduct": {
"url": "https://github.com/paysonwallach/synapse/blob/master/CODE_OF_CONDUCT.md"
},
"releases": {
"url": "https://github.com/paysonwallach/synapse/releases"
}
},
"standard-version": {
"scripts": {
"precommit": "npm run prerelease"
}
}
}