-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
60 lines (60 loc) · 1.92 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
57
58
59
60
{
"name": "github-moonlight",
"version": "3.4.2",
"main": "index.js",
"author": "brettm12345 <[email protected]> (https://github.com/brettm12345)",
"description": "A dark blue github theme",
"homepage": "https://github.com/brettm12345/github-moonlight",
"bugs": {
"url": "https://github.com/brettm12345/github-moonlight/issues"
},
"repository": {
"url": "git",
"type": "https://github.com/brettm12345/github-moonlight.git"
},
"license": "MIT",
"scripts": {
"build:readme": "emacsclient -e '(progn (find-file \"doc/readme.org\") (org-org-export-to-org))'",
"patch": "versions patch -C -c 'yarn build' package.json github.user.css",
"patch:push": "yarn patch && git push",
"minor": "versions minor -C -c 'yarn build' package.json github.user.css",
"minor:push": "yarn minor && git push",
"major": "versions major -C -c 'yarn build' package.json github.user.css",
"major:push": "yarn major && git push",
"build": "ts-node build",
"copy": "yarn build && xclip -i -selection clipboard github.user.css",
"build:watch": "stylus --watch github.user.styl",
"lint": "stlint src",
"lint:fix": "yarn lint --fix",
"lint:watch": "yarn lint --watch",
"test": "stylelint ./github.user.css"
},
"husky": {
"hooks": {
"pre-commit": "yarn test"
}
},
"dependencies": {
"fp-ts-contrib": "^0.1.15",
"stylus": "^0.54.7"
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/mustache": "^4.0.1",
"@types/stylus": "^0.48.32",
"change-case": "^4.1.1",
"color": "^3.1.2",
"fp-ts": "^2.5.3",
"husky": "^4.2.3",
"stlint": "^1.0.62",
"stlint-v4fire": "^1.0.37",
"stylelint": "^13.2.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylint": "^2.0.0",
"stylus-supremacy": "^2.14.0",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"versions": "^8.2.7"
}
}