forked from orblazer/discord-nordic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.39 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
{
"name": "discord-nordic",
"version": "4.3.0",
"description": "Complete theme for Nordic (https://www.nordtheme.com/)",
"homepage": "https://github.com/orblazer/discord-nordic",
"funding": "https://www.paypal.me/orblazer",
"bugs": {
"url": "https://github.com/orblazer/discord-nordic/issues"
},
"author": "orblazer",
"repository": "https://github.com/orblazer/discord-nordic",
"license": "CC-BY-NC-SA-4.0",
"main": "scripts/build.js",
"type": "module",
"scripts": {
"prepare": "husky install",
"build": "node src/scripts/build.js",
"lint": "eslint",
"version": "npm run version:build && npm run version:changelog",
"version:build": "npm run build && git add nordic.*.css powercord_manifest.json",
"version:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push && git push --tag"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/csso": "^5.0.0",
"@types/node": "^18.11.9",
"csso": "^5.0.5",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^7.0.4",
"sass": "^1.56.1"
}
}