Browse Source

ts: Add package.json metadata (#911)

Armani Ferrante 4 years ago
parent
commit
f68cc50e5b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ts/package.json

+ 8 - 0
ts/package.json

@@ -6,6 +6,14 @@
   "module": "dist/esm/index.js",
   "license": "(MIT OR Apache-2.0)",
   "types": "dist/cjs/index.d.ts",
+  "homepage": "https://github.com/project-serum/anchor#readme",
+  "bugs": {
+    "url": "https://github.com/project-serum/anchor/issues"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/project-serum/anchor.git"
+  },
   "publishConfig": {
     "access": "public"
   },