f95e9a7d37
- This will need to be separated and configured accordingly - This was a quick spin up, using jest as a library to implement some coverage - Further things to be refined - mocks, more coverage, better configuration, clean up methods, improve env vars
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@nymproject/nym-validator-client",
|
|
"version": "0.19.0",
|
|
"description": "A TypeScript client for interacting with smart contracts in Nym validators",
|
|
"repository": "https://github.com/nymtech/nym",
|
|
"main": "./dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest --coverage --verbose false",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"docs": "typedoc --out docs src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Nym Technologies SA (https://nymtech.net)",
|
|
"contributors": [
|
|
"Dave Hrycyszyn (https://constructiveproof.com/)",
|
|
"Jędrzej Stuczynski"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/jest": "27.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
"@typescript-eslint/parser": "^5.7.0",
|
|
"eslint": "^7.18.0",
|
|
"eslint-config-airbnb": "^19.0.2",
|
|
"eslint-config-airbnb-typescript": "^16.1.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-import-resolver-root-import": "^1.0.4",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^27.4.5",
|
|
"prettier": "^2.5.1",
|
|
"ts-jest": "^27.1.2",
|
|
"typedoc": "^0.20.27",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/cosmwasm-stargate": "^0.27.0-rc2",
|
|
"@cosmjs/crypto": "^0.27.0-rc2",
|
|
"@cosmjs/math": "^0.27.0-rc2",
|
|
"@cosmjs/proto-signing": "^0.27.0-rc2",
|
|
"@cosmjs/stargate": "^0.27.0-rc2",
|
|
"@cosmjs/tendermint-rpc": "^0.27.0-rc2",
|
|
"axios": "^0.21.1",
|
|
"cosmjs-types": "^0.4.0",
|
|
"dotenv": "^10.0.0"
|
|
}
|
|
}
|