-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
174 lines (174 loc) Β· 6.18 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"title": "Dorothy",
"name": "@bevry/dorothy",
"version": "1.0.0",
"private": true,
"license": "RPL-1.5",
"description": "A better dotfile ecosystem with cross-platform automations.",
"homepage": "https://github.com/bevry/dorothy",
"funding": "https://bevry.me/fund",
"repository": {
"type": "git",
"url": "https://github.com/bevry/dorothy.git"
},
"bugs": {
"url": "https://github.com/bevry/dorothy/issues"
},
"keywords": [
"automation",
"bash",
"bash",
"cli",
"dotfile",
"dotfiles",
"fish-shell",
"fish",
"fish",
"linux",
"macos",
"productivity",
"sh",
"shell",
"terminal",
"typescript",
"ubuntu",
"unix",
"windows",
"wsl",
"wsl2",
"zsh"
],
"badges": {
"list": [
"githubworkflow",
"---",
"githubsponsors",
"thanksdev",
"liberapay",
"buymeacoffee",
"opencollective",
"crypto",
"paypal",
"---",
"discord",
"twitch"
],
"config": {
"githubWorkflow": "dorothy-workflow",
"githubSponsorsUsername": "balupton",
"thanksdevGithubUsername": "bevry",
"liberapayUsername": "bevry",
"buymeacoffeeUsername": "balupton",
"opencollectiveUsername": "bevry",
"cryptoURL": "https://bevry.me/crypto",
"paypalURL": "https://bevry.me/paypal",
"discordServerID": "1147436445783560193",
"discordServerInvite": "nQuXddV7VP",
"twitchUsername": "balupton",
"githubUsername": "bevry",
"githubRepository": "dorothy",
"githubSlug": "bevry/dorothy",
"npmPackageName": "@bevry/dorothy"
}
},
"author": "Benjamin Lupton <[email protected]> (https://balupton.com) (https://github.com/balupton)",
"authors": [
"Benjamin Lupton <[email protected]> (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom."
],
"maintainers": [
"Benjamin Lupton <[email protected]> (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom."
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://balupton.com) (https://github.com/balupton)",
"Bevry Team (https://bevry.me) (https://github.com/BevryMe)",
"BJReplay (https://github.com/BJReplay)",
"molleweide (https://github.com/molleweide)",
"Nutchanon Ninyawee <[email protected]> (https://github.com/wasdee)",
"Sumit Rai (https://github.com/sumitrai)"
],
"sponsors": [
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew): Software engineer and researcher",
"Codecov <[email protected]> (https://codecov.io) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.",
"Frontend Masters <[email protected]> (https://FrontendMasters.com) (https://github.com/FrontendMasters) (https://thanks.dev/d/gh/FrontendMasters): The training platform for web app engineering skills β from front-end to full-stack! π",
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
"Rob Morris <[email protected]> (https://github.com/Rob-Morris)",
"Sentry (https://sentry.io) (https://github.com/getsentry): Real-time crash reporting for your web apps, mobile apps, and games.",
"Syntax <[email protected]> (https://syntax.fm) (https://github.com/syntaxfm): Syntax Podcast"
],
"donors": [
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)",
"Balsa <[email protected]> (https://balsa.com) (https://github.com/balsa)",
"Chad (https://opencollective.com/chad8)",
"Codecov <[email protected]> (https://codecov.io) (https://github.com/codecov)",
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)",
"Frontend Masters <[email protected]> (https://FrontendMasters.com) (https://github.com/FrontendMasters) (https://thanks.dev/d/gh/FrontendMasters)",
"Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)",
"Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
"Mohammed Shah <[email protected]> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)",
"Mr. Henry <[email protected]> (https://mrhenry.be) (https://github.com/mrhenry)",
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
"Rob Morris <[email protected]> (https://github.com/Rob-Morris)",
"Sentry (https://sentry.io) (https://github.com/getsentry)",
"ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)",
"Syntax <[email protected]> (https://syntax.fm) (https://github.com/syntaxfm)"
],
"engines": {
"node": ">=18"
},
"editions": [
{
"description": "Source Code",
"directory": ".",
"entry": "init.sh",
"tags": [
"source",
"shell",
"bash",
"zsh",
"deno",
"typescript"
],
"engines": {
"node": "18"
}
}
],
"devDependencies": {
"@bevry/github-api": "^11.4.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint-config-bevry": "^5.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"projectz": "^4.2.0",
"valid-directory": "^4.9.0"
},
"scripts": {
"our:meta": "npm run my:meta:backers && npm run our:meta:projectz",
"our:meta:projectz": "projectz --offline",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "./commands/dorothy test",
"our:verify": "npm run our:verify:directory && npm run our:verify:dorothy",
"our:verify:directory": "valid-directory",
"our:verify:dorothy": "./commands/dorothy lint",
"my:meta:backers": "github-backers --write -- --write=sources/shoutouts.txt"
},
"eslintConfig": {
"extends": [
"bevry"
],
"rules": {
"require-atomic-updates": 0,
"no-console": 0,
"no-use-before-define": 1,
"valid-jsdoc": 0
}
},
"prettier": {
"semi": false,
"singleQuote": true
}
}