2022-03-24 06:40:03 +00:00
|
|
|
{
|
2022-12-09 10:45:39 +00:00
|
|
|
"name": "@cerc-io/laconic-sdk",
|
2023-02-15 15:23:49 +00:00
|
|
|
"version": "0.1.6",
|
2022-04-01 12:32:56 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2022-10-10 22:13:24 +00:00
|
|
|
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
2022-04-04 11:14:04 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "UNLICENSED",
|
2022-03-24 06:40:03 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^27.4.1",
|
2022-04-08 10:32:24 +00:00
|
|
|
"@types/lodash": "^4.14.181",
|
2022-04-08 05:29:03 +00:00
|
|
|
"@types/semver": "^7.3.9",
|
2022-12-09 08:55:13 +00:00
|
|
|
"@types/tiny-secp256k1": "1.0.0",
|
2022-04-05 14:11:06 +00:00
|
|
|
"dotenv": "^16.0.0",
|
2022-09-28 17:22:34 +00:00
|
|
|
"google-protobuf": "^3.21.0",
|
|
|
|
"jest": "29.0.0",
|
2022-12-09 08:55:13 +00:00
|
|
|
"protoc-gen-ts": "^0.8.5",
|
2022-09-28 17:22:34 +00:00
|
|
|
"ts-jest": "^29.0.2",
|
2023-03-06 21:54:02 +00:00
|
|
|
"typescript": "^4.6.2"
|
2022-03-24 06:40:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-05 14:11:06 +00:00
|
|
|
"@cosmjs/amino": "^0.28.1",
|
2022-04-01 12:32:56 +00:00
|
|
|
"@cosmjs/crypto": "^0.28.1",
|
|
|
|
"@cosmjs/encoding": "^0.28.1",
|
2022-04-22 06:02:55 +00:00
|
|
|
"@ipld/dag-cbor": "^7.0.1",
|
|
|
|
"@ipld/dag-json": "^8.0.9",
|
2022-03-29 11:01:23 +00:00
|
|
|
"@metamask/eth-sig-util": "^4.0.0",
|
2022-12-09 11:53:09 +00:00
|
|
|
"@tharsis/address-converter": "^0.1.7",
|
|
|
|
"@tharsis/eip712": "^0.2.1",
|
|
|
|
"@tharsis/proto": "^0.1.16",
|
|
|
|
"@tharsis/provider": "^0.2.4",
|
|
|
|
"@tharsis/transactions": "^0.2.2",
|
2022-03-29 11:01:23 +00:00
|
|
|
"axios": "^0.26.1",
|
2022-12-09 12:43:53 +00:00
|
|
|
"bip32": "3.0.1",
|
2022-04-05 09:20:12 +00:00
|
|
|
"bip39": "^3.0.4",
|
2022-04-08 05:29:03 +00:00
|
|
|
"canonical-json": "^0.0.4",
|
2022-04-11 11:10:35 +00:00
|
|
|
"ethers": "^5.6.2",
|
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",
|
2022-04-01 12:32:56 +00:00
|
|
|
"js-sha256": "^0.9.0",
|
2022-09-28 17:22:34 +00:00
|
|
|
"js-yaml": "^3.14.1",
|
2022-04-08 05:29:03 +00:00
|
|
|
"jsonschema": "^1.4.0",
|
2022-04-08 10:32:24 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-12-09 11:53:09 +00:00
|
|
|
"multiformats": "^9.5.4",
|
2022-04-08 05:29:03 +00:00
|
|
|
"node-yaml": "^4.0.1",
|
2022-12-09 11:53:09 +00:00
|
|
|
"secp256k1": "^4.0.1",
|
2022-04-08 05:29:03 +00:00
|
|
|
"semver": "^7.3.5",
|
2022-12-09 08:55:13 +00:00
|
|
|
"tiny-secp256k1": "^1.1.6"
|
2022-03-24 06:40:03 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-04-11 06:58:14 +00:00
|
|
|
"test": "jest --runInBand --verbose",
|
2022-04-19 10:24:41 +00:00
|
|
|
"test:auctions": "TEST_AUCTIONS_ENABLED=1 jest --runInBand --verbose src/auction.test.ts",
|
2022-04-22 10:15:47 +00:00
|
|
|
"test:nameservice-expiry": "TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts",
|
2022-04-01 12:32:56 +00:00
|
|
|
"build": "tsc"
|
2022-03-24 06:40:03 +00:00
|
|
|
}
|
|
|
|
}
|