@cosmos-kit/terra-extension
Version:
cosmos-kit wallet connector
105 lines (104 loc) • 3.09 kB
JSON
{
"name": "@cosmos-kit/terra-extension",
"version": "0.1.0",
"description": "cosmos-kit wallet connector",
"author": "kanisorn@alleslab.com",
"contributors": [
{
"name": "kanisorn"
}
],
"homepage": "https://github.com/cosmology-tech/cosmos-kit#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "main/index.js",
"module": "module/index.js",
"typings": "types/index.d.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"types",
"main",
"module"
],
"scripts": {
"build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
"build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
"build": "npm run build:module && npm run build:main",
"build:ts": "tsc --project ./tsconfig.json",
"prepare": "npm run build",
"dev": "cross-env NODE_ENV=development babel-node src/index",
"lint": "eslint --ext .tsx,.ts .",
"format": "eslint --ext .tsx,.ts --fix .",
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/cosmos-kit"
},
"keywords": [
"cosmos-kit",
"cosmos",
"terra",
"terra-station",
"wallet"
],
"bugs": {
"url": "https://github.com/cosmology-tech/cosmos-kit/issues"
},
"jest": {
"testPathIgnorePatterns": [
"main/",
"module/",
"types/"
]
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/node": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-typescript": "7.16.7",
"@types/jest": "29.0.3",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"babel-jest": "29.0.3",
"cross-env": "7.0.2",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.0.3",
"jest-in-case": "1.0.2",
"prettier": "2.1.2",
"regenerator-runtime": "0.13.7",
"ts-jest": "29.0.1",
"typescript": "4.8.3"
},
"dependencies": {
"@babel/runtime": "7.11.2",
"@chain-registry/types": "0.13.1",
"@cosmos-kit/core": "^1.0.4",
"@terra-money/feather.js": "^1.0.0-beta.14",
"@terra-money/wallet-types": "^3.11.2",
"react-icons": "4.4.0"
},
"peerDependencies": {
"@cosmjs/amino": ">= 0.28",
"@cosmjs/proto-signing": ">= 0.28"
},
"gitHead": "8fa4fc0be735ad05e0c4f15dccf12e5a68c3d58d"
}