-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"private": true,
"name": "zeitgeist-data-source-gala",
"description": "Record your application usage in Zeitgeist.",
"license": "GPL-3.0",
"author": "Payson Wallach <payson@paysonwallach.com>",
"homepage": "https://github.com/paysonwallach/zeitgeist-data-source-gala#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/paysonwallach/zeitgeist-data-source-gala.git"
},
"bugs": {
"url": "https://github.com/paysonwallach/zeitgeist-data-source-gala/issues"
},
"version": "0.2.0",
"scripts": {
"format": "run-p format:*",
"format:js": "prettier --write .",
"format:package.json": "prettier-package-json --write",
"format:vala": "find . -name '*.vala' -exec uncrustify -c uncrustify.cfg --replace {} \\;",
"prerelease": "scrivano",
"release": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier-package-json": "^2.6.0",
"scrivano": "^0.1.0",
"standard-version": "^9.3.2"
},
"meta": {
"name": "Gala Zeitgeist",
"owner": "paysonwallach",
"license": {
"name": "GNU General Public License v3.0",
"url": "https://github.com/paysonwallach/zeitgeist-data-source-gala/blob/master/LICENSE"
},
"media": {
"url": "https://github.com/paysonwallach/zeitgeist-data-source-gala/blob/master/media"
},
"todo": {
"url": "https://github.com/paysonwallach/zeitgeist-data-source-gala/blob/master/TODO.md"
},
"releases": {
"url": "https://github.com/paysonwallach/zeitgeist-data-source-gala/releases"
}
},
"standard-version": {
"scripts": {
"precommit": "npm run prerelease"
}
}
}