Skip to content

Commit 37a05d4

Browse files
authored
Add package.json (ethereum-lists#6592)
1 parent 986aa24 commit 37a05d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "@ethereum-lists/chains",
3+
"type": "module",
4+
"files": [
5+
"_data"
6+
],
7+
"exports": {
8+
"./*": "./_data/chains/*",
9+
"./icons/*": "./_data/icons/*",
10+
"./iconsDownload/*": "./_data/iconsDownload/*"
11+
}
12+
}

0 commit comments

Comments
 (0)