Skip to content

Commit b1835b5

Browse files
committed
Update package.json
1 parent 2029a62 commit b1835b5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "origin-morpho-utils",
33
"version": "0.1.0",
44
"description": "Morpho Blue / MetaMorpho vault APY computation and deposit/withdrawal impact simulation",
5+
"license": "BUSL-1.1",
6+
"author": "Origin Protocol",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/OriginProtocol/morpho-utils.git"
10+
},
11+
"keywords": ["morpho", "defi", "apy", "metamorpho", "viem"],
512
"type": "module",
613
"main": "./dist/index.cjs",
714
"module": "./dist/index.js",
@@ -45,7 +52,7 @@
4552
"prettier-check": "prettier --check 'src/**/*.ts' 'test/**/*.ts'",
4653
"prettier-fix": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
4754
"typecheck": "tsc --noEmit",
48-
"publish": "pnpm build && npm publish"
55+
"prepublishOnly": "pnpm build"
4956
},
5057
"peerDependencies": {
5158
"viem": ">=2.0.0"

0 commit comments

Comments
 (0)