forked from MichaelAquilina/synapse-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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.1",
"@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"
}
}
}