16857f47
|
{
|
fc41b667
|
"private": true,
|
d09fb664
|
"name": "com.paysonwallach.synapse",
|
16857f47
|
"version": "0.4.7",
|
d09fb664
|
"description": "A semantic application launcher and desktop search application for GNOME.",
|
16857f47
|
"scripts": {
|
d09fb664
|
"format": "find . -name '*.vala' -exec uncrustify -c uncrustify.cfg --replace {} \\;",
|
80e8c9c3
|
"prerelease": "scrivano",
"release": "standard-version",
"prepare": "husky install"
|
16857f47
|
},
"repository": {
"type": "git",
|
d09fb664
|
"url": "https://github.com/paysonwallach/synapse"
|
16857f47
|
},
"license": "LGPL-2.1",
|
a76e513a
|
"devDependencies": {
|
bd97991f
|
"@commitlint/cli": "^16.2.3",
|
80a4b5c3
|
"@commitlint/config-conventional": "^16.2.1",
|
87563098
|
"husky": "^7.0.4",
|
a76e513a
|
"scrivano": "^0.1.0",
|
dde1e771
|
"standard-version": "^9.3.2"
|
16857f47
|
},
|
d09fb664
|
"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"
}
|
16857f47
|
}
}
|