-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 1.26 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
{
"name": "plasma-applet-resources-monitor",
"version": "3.0.1",
"description": "Plasmoid for monitoring CPU, memory, network traffic, GPUs and disks IO.",
"homepage": "https://github.com/orblazer/plasma-applet-resources-monitor",
"funding": "https://www.paypal.me/orblazer",
"bugs": {
"url": "https://github.com/orblazer/plasma-applet-resources-monitor/issues"
},
"author": "orblazer",
"repository": "https://github.com/orblazer/plasma-applet-resources-monitor",
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "./scripts/test.sh",
"i18n:merge": "./scripts/translate-merge.sh",
"i18n:build": "./scripts/translate-build.sh",
"pack": "npm run i18n:build && node scripts/archive.js",
"version": "npm run version:bump && npm run version:changelog",
"version:bump": "node scripts/bump.js && git add package/metadata.json",
"version:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push && git push --tags && npm run pack"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/archiver": "^6.0.2",
"archiver": "^7.0.1",
"husky": "^9.0.11"
}
}