48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@nymproject/nym-validator-client",
|
|
"version": "0.18.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": {
|
|
"build": "tsc",
|
|
"run_cli": "clear && ts-node src/cli.ts",
|
|
"test": "ts-mocha tests/**/*.test.ts",
|
|
"coverage": "nyc npm test",
|
|
"lint": "eslint \"**/*.ts\"",
|
|
"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/chai": "^4.2.15",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/inquirer": "^8.1.3",
|
|
"@types/mocha": "^8.2.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
|
"@typescript-eslint/parser": "^4.14.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.18.0",
|
|
"mocha": "^8.2.1",
|
|
"moq.ts": "^7.2.0",
|
|
"nyc": "^15.1.0",
|
|
"ts-mocha": "^8.0.0",
|
|
"typedoc": "^0.20.27",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/cosmwasm-stargate": "^0.25.5",
|
|
"@cosmjs/math": "^0.25.5",
|
|
"@cosmjs/proto-signing": "^0.25.5",
|
|
"@cosmjs/stargate": "^0.25.5",
|
|
"axios": "^0.21.1",
|
|
"inquirer": "^8.2.0"
|
|
}
|
|
}
|