Skip to content

Commit

Permalink
Update package.json as per syncpack rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Jan 6, 2025
1 parent c6a6efe commit 8b86d8a
Showing 1 changed file with 22 additions and 55 deletions.
77 changes: 22 additions & 55 deletions packages/tmp-cosmos-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,35 @@
{
"name": "@penumbra-zone/tmp-cosmos-kit",
"version": "2.21.1-penumbra-patch",
"description": "cosmos-kit wallet connector",
"author": "developers@cosmology.zone",
"contributors": [
{
"name": "Jun Liu"
},
{
"name": "Tom Wang"
},
{
"name": "Dan Lynch"
},
{
"name": "Noah Saso"
},
{
"name": "Eliot Baker"
},
{
"name": "Delivan Jeonghyeok Yoo"
}
],
"homepage": "https://github.com/cosmology-tech/cosmos-kit#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
"directories": {
"lib": "src",
"test": "test"
"version": "1.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "tmp patched cosmos-kit wallet connector",
"type": "module",
"engine": {
"node": ">=22"
},
"files": [
"cjs",
"esm",
"!CHANGELOG.md",
"!LICENSE"
],
"scripts": {
"dev:pack": "exit 0",
"lint": "exit 0",
"lint:fix": "exit 0",
"lint:strict": "exit 0",
"test": "exit 0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/cosmos-kit"
},
"keywords": [
"cosmos-kit",
"cosmos",
"keplr",
"leap",
"cosmostation",
"wallet"
"files": [
"cjs",
"esm",
"!CHANGELOG.md",
"!LICENSE"
],
"bugs": {
"url": "https://github.com/cosmology-tech/cosmos-kit/issues"
"exports": {
"./*": "./esm/*.js"
},
"publishConfig": {
"exports": {
"./*": {
"types": "./esm/*.d.ts",
"default": "./esm/*.js"
}
}
},
"dependencies": {
"@cosmos-kit/cdcwallet": "^2.15.1",
Expand All @@ -83,6 +51,5 @@
"@cosmos-kit/trust": "^2.13.0",
"@cosmos-kit/vectis": "^2.13.1",
"@cosmos-kit/xdefi": "^2.12.0"
},
"gitHead": "9eae4d77b4e4492009bf8cde92beb07eb97e2d03"
}
}

0 comments on commit 8b86d8a

Please sign in to comment.