{
	"name": "@swaptoshi/governance-client",
	"version": "1.0.0-alpha.0",
	"description": "Client for interacting with blockchain networks that implements the Swaptoshi governance module",
	"keywords": [
		"governance",
		"dao",
		"klayr",
		"swaptoshi",
		"web3"
	],
	"author": "swapsatoshi <swapsatoshi@gmail.com>",
	"homepage": "https://swaptoshi.com",
	"license": "Apache-2.0",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": "./dist/index.js",
	"directories": {
		"src": "src",
		"test": "test"
	},
	"files": [
		"dist",
		"LICENSE",
		"README.md",
		"package.json"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Swaptoshi/swaptoshi-sdk.git"
	},
	"scripts": {
		"clean": "if test junit.xml; then rm junit.xml; fi; if test -d dist; then rm -r dist; fi; if test -d typedoc; then rm -r typedoc; fi; if test -d coverage; then rm -r coverage; fi; rm -rf node_modules; rm -f tsconfig.tsbuildinfo; rm -f npm-shrinkwrap.json",
		"lint": "eslint --ext .ts .",
		"lint:fix": "eslint --fix --ext .js,.ts .",
		"format": "prettier --write '**/*'",
		"build": "tsc",
		"test": "jest --passWithNoTests",
		"test:coverage": "jest --passWithNoTests --coverage=true --coverage-reporters=text",
		"test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
		"prepublishOnly": "npm ci && npm run lint && npm run build"
	},
	"bugs": {
		"url": "https://github.com/Swaptoshi/swaptoshi-sdk/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@types/jest": "^29.5.3",
		"@typescript-eslint/eslint-plugin": "^5.62.0",
		"eslint": "^8.46.0",
		"eslint-config-klayr-base": "^2.0.1",
		"eslint-config-standard-with-typescript": "^37.0.0",
		"eslint-plugin-import": "^2.28.0",
		"eslint-plugin-jest": "^27.2.3",
		"eslint-plugin-n": "^16.0.1",
		"eslint-plugin-promise": "^6.1.1",
		"husky": "^9.1.7",
		"jest": "^29.6.2",
		"jest-extended": "^4.0.1",
		"jest-junit": "^16.0.0",
		"lint-staged": "^15.2.10",
		"prettier": "3.0.1",
		"ts-jest": "^29.1.1",
		"tslib": "^2.6.2",
		"typescript": "^5.1.6"
	},
	"dependencies": {
		"@klayr/client": "^6.1.2",
		"@swaptoshi/governance-module": "^1.0.0-alpha.0"
	},
	"gitHead": "a0886490b8a2d4f418497b64c34efe2fea7e3333"
}
