UNPKG

@tendermint/types

Version:

TypeScript definitions for Cosmos and Tendermint

46 lines (45 loc) 1.43 kB
{ "name": "@tendermint/types", "description": "TypeScript definitions for Cosmos and Tendermint", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/cosmos/types.git" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=10" }, "version": "0.1.2", "main": "index.d.ts", "scripts": { "dirs": "mkdir -p docs", "docs": "rm -rf docs/* && typedoc", "lint": "eslint --ext .ts,.js .", "nuke": "rm -rf **/node_modules yarn.lock", "prepublishOnly": "yarn dirs && yarn lint && tsc", "reset": "yarn nuke && yarn", "setup": "yarn dirs && yarn lint && tsc" }, "dependencies": { }, "devDependencies": { "@typescript-eslint/eslint-plugin": "2.31.0", "@typescript-eslint/parser": "2.31.0", "eslint": "6.8.0", "ts-node": "8.10.1", "typedoc": "0.17.6", "typescript": "3.8.3" }, "files": [ "types/**/*.d.ts", "index.d.ts", "LICENSE", "package.json", "README.md", "tsconfig.json", "yarn.lock" ] }