Skip to content

Commit 8cd9d99

Browse files
authored
Added/edited fields
1 parent 7b0544a commit 8cd9d99

1 file changed

Lines changed: 37 additions & 8 deletions

File tree

package.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,46 @@
11
{
2-
"author": {
2+
"name": "@adamlui/userscripts",
3+
"description": "Greasemonkey userscripts",
4+
"keywords": [
5+
"greasemonkey",
6+
"javascript",
7+
"userscripts"
8+
],
9+
"homepage": "https://github.com/adamlui/userscripts",
10+
"bugs": {
11+
"url": "https://github.com/adamlui/userscripts/issues",
12+
"email": "adam@kudoai.com"
13+
},
14+
"license": "MIT",
15+
{
316
"name": "Adam Lui",
417
"email": "adam@kudoai.com",
5-
"url": "https://github.com/adamlui"
18+
"url": "http://github.com/adamlui"
619
},
7-
"homepage": "https://github.com/adamlui/userscripts",
8-
"license": "MIT",
920
"funding": [
10-
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
11-
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
12-
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
13-
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
21+
{
22+
"type": "cashapp",
23+
"url": "https://cash.app/$AdamLui"
24+
},
25+
{
26+
"type": "github",
27+
"url": "http://github.com/sponsors/adamlui"
28+
},
29+
{
30+
"type": "ko-fi",
31+
"url": "https://ko-fi.com/adamlui"
32+
},
33+
{
34+
"type": "paypal",
35+
"url": "https://paypal.me/adamlui"
36+
}
1437
],
38+
{
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/adamlui/userscripts.git"
42+
}
43+
},
1544
"scripts": {
1645
"prepare": "husky",
1746
"lint": "eslint . --cache",

0 commit comments

Comments
 (0)