diff --git a/package.json b/package.json new file mode 100644 index 000000000000..94fa128ebdfb --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "@ethereum-lists/chains", + "type": "module", + "files": [ + "_data" + ], + "exports": { + "./*": "./_data/chains/*", + "./icons/*": "./_data/icons/*", + "./iconsDownload/*": "./_data/iconsDownload/*" + } +}