Skip to content

Commit 4ac5a6d

Browse files
docs: package.json metadata
1 parent 1b20ad9 commit 4ac5a6d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "root",
33
"private": true,
4+
"repository": {
5+
"url": "https://github.com/BearStudio/typed-mdx"
6+
},
47
"scripts": {
58
"build": "turbo build",
69
"dev": "turbo dev",
@@ -20,5 +23,17 @@
2023
},
2124
"dependencies": {
2225
"@changesets/cli": "2.27.1"
23-
}
26+
},
27+
"author": {
28+
"name": "Yoann Fleury",
29+
"email": "yoann.fleury@yahoo.com",
30+
"url": "https://yoannfleury.dev"
31+
},
32+
"contributors": [
33+
{
34+
"name": "Ivan Dalmet",
35+
"email": "ivan@dalmet.fr",
36+
"url": "https://github.com/ivan-dalmet"
37+
}
38+
]
2439
}

0 commit comments

Comments
 (0)