registry-sdk/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "chiba-clonk-client",
2022-04-05 14:11:06 +00:00
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:vulcanize/chiba-clonk-client.git",
2022-04-04 11:14:04 +00:00
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/is-url": "^1.2.30",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/semver": "^7.3.9",
2022-04-05 14:11:06 +00:00
"dotenv": "^16.0.0",
"jest": "^27.5.1",
2022-03-31 10:00:02 +00:00
"protoc-gen-ts": "^0.8.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"dependencies": {
2022-04-05 14:11:06 +00:00
"@cosmjs/amino": "^0.28.1",
"@cosmjs/crypto": "^0.28.1",
"@cosmjs/encoding": "^0.28.1",
"@metamask/eth-sig-util": "^4.0.0",
"axios": "^0.26.1",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"canonical-json": "^0.0.4",
2022-04-05 14:11:06 +00:00
"evmosjs": "^0.2.5",
2022-04-04 07:05:16 +00:00
"graphql.js": "^0.6.8",
"ipld-dag-cbor": "^1.0.1",
"is-url": "^1.2.4",
"js-sha256": "^0.9.0",
"js-yaml": "^4.1.0",
"jsonschema": "^1.4.0",
"lodash": "^4.17.21",
"node-yaml": "^4.0.1",
"semver": "^7.3.5",
"tiny-secp256k1": "^2.2.1"
},
"scripts": {
"test": "jest --runInBand",
"build": "tsc"
}
}