We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7836a1 commit b65d6d7Copy full SHA for b65d6d7
package.json
@@ -4,6 +4,11 @@
4
"main": "dist/cjs/index.js",
5
"module": "dist/esm/index.js",
6
"repository": "https://github.com/GokiProtocol/goki.git",
7
+ "bugs": {
8
+ "url": "https://github.com/GokiProtocol/goki/issues",
9
+ "email": "team@goki.so"
10
+ },
11
+ "homepage": "https://goki.so",
12
"license": "AGPL-3.0",
13
"scripts": {
14
"build": "rm -fr dist/ && tsc -P tsconfig.build.json && tsc -P tsconfig.esm.json",
0 commit comments