-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1011 Bytes
/
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
{
"name": "customa-beta",
"version": "0.0.1",
"description": "The most customizable Discord theme out there.",
"main": "index.js",
"scripts": {
"theme:compile": "node ci/index.js",
"format:check": "stylelint '**/*.css'",
"format:fix": "stylelint '**/*.css' --fix",
"format:js": "prettier {**/*,*}.{js,md,json} --write",
"prepare": "husky install"
},
"repository": "git+https://github.com/ghostlydilemma/customa-beta.git",
"author": "Customa",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostlydilemma/customa-beta/issues"
},
"homepage": "https://github.com/ghostlydilemma/customa-beta#readme",
"devDependencies": {
"cssnano": "^5.0.12",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"postcss": "^8.4.4",
"postcss-custom-properties": "^12.0.0",
"postcss-reporter": "^7.0.4",
"prettier": "^2.5.0",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0"
}
}