-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.54 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
{
"private": true,
"name": "wingpanel-indicator-caffeine",
"description": "Keep your computer awake with ease.",
"license": "GPL-3.0",
"author": "Payson Wallach <payson@paysonwallach.com>",
"homepage": "https://github.com/paysonwallach/wingpanel-indicator-caffeine#readme",
"repository": {
"type": "git",
"url": "https://github.com/paysonwallach/wingpanel-indicator-caffeine.git"
},
"bugs": {
"url": "https://github.com/paysonwallach/wingpanel-indicator-caffeine/issues"
},
"version": "0.2.1",
"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": {
"codeOfConductURL": "https://github.com/paysonwallach/wingpanel-indicator-caffeine/blob/master/CODE_OF_CONDUCT.md",
"license": {
"name": "GNU General Public License v3.0",
"url": "https://github.com/paysonwallach/wingpanel-indicator-caffeine/blob/master/LICENSE"
},
"user": "paysonwallach",
"title": "Caffeine"
},
"standard-version": {
"scripts": {
"precommit": "npm run prerelease"
}
}
}