{
	"name": "information-sdk-evm",
	"description": "Information SDK EVM",
	"license": "MIT",
	"engines": {
		"node": ">=14.0.0"
	},
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"prepack": "pnpm build",
		"build": "pnpm build:clean && pnpm _build:node && pnpm _build:browser",
		"build:clean": "rm -rf dist",
		"_build:browser": "tsup --platform browser --format iife --global-name metaspacecysdk --minify",
		"_build:node": "tsup --format cjs,esm --dts",
		"lint": "eslint \"**/*.ts\"",
		"test": "jest",
		"fmt": "pnpm _fmt --write",
		"fmt:check": "pnpm _fmt --check",
		"cov:clean": "rm -rf coverage"
	},
	"repository": {
		"type": "git",
		"url": ""
	},
	"homepage": "",
	"bugs": {
		"url": ""
	},
	"author": "",
	"keywords": [
		"EVM"
	],
	"dependencies": {
		"axios": "^1.4.0",
		"ethers": "^5.5.0"
	},
	"devDependencies": {
		"@types/jest": "28.1.8",
		"@types/node": "18.6.2",
		"@typescript-eslint/eslint-plugin": "5.36.2",
		"@typescript-eslint/parser": "5.36.2",
		"dotenv": "16.0.2",
		"eslint": "8.23.0",
		"eslint-config-airbnb-base": "15.0.0",
		"eslint-config-airbnb-typescript": "17.0.0",
		"eslint-config-prettier": "8.5.0",
		"eslint-plugin-import": "2.26.0",
		"jest": "28.1.3",
		"prettier": "2.6.2",
		"ts-jest": "28.0.8",
		"ts-loader": "9.3.1",
		"ts-node": "10.9.1",
		"tsup": "6.2.3",
		"typedoc": "^0.23.20",
		"typescript": "4.8.2"
	},
	"version": "1.0.5"
}
