Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen committed Mar 17, 2024
1 parent 23e731f commit 99f76d7
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,26 @@
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:medibloc/panacea-js.git",
"author": "gyuguen <gyuguen.jang@medibloc.org>",
"license": "MIT",
"keywords": [
"medibloc",
"javascript",
"typescript",
"library",
"panacea",
"cosmjs"
],
"author": "MediBloc <dev@medibloc.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/medibloc/panacea-js/issues"
},
"homepage": "https://medibloc.org",
"scripts": {
"test": "jest"
"proto-gen": "./protocgen.sh",
"build": "tsc",
"test": "jest",
"lint": "eslint src test --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 99f76d7

Please sign in to comment.