ts: Add package.json metadata (#911)

This commit is contained in:
Armani Ferrante 2021-10-21 21:37:18 -05:00 committed by GitHub
parent 95bb9b3183
commit f68cc50e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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"
},