{
	"version": "0.2.2",
	"license": "MIT",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist",
		"src"
	],
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"start": "tsdx watch",
		"build": "tsdx build",
		"test": "tsdx test",
		"lint": "tsdx lint",
		"prepare": "tsdx build",
		"size": "size-limit",
		"analyze": "size-limit --why"
	},
	"husky": {
		"hooks": {
			"pre-commit": "tsdx lint"
		}
	},
	"prettier": {
		"printWidth": 80,
		"semi": true,
		"singleQuote": true,
		"trailingComma": "es5"
	},
	"name": "@xend-finance/web-sdk",
	"keywords": [
		"web3",
		"xend"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/xendfinance/web-sdk.git"
	},
	"module": "dist/xend.esm.js",
	"size-limit": [
		{
			"path": "dist/xend.cjs.production.min.js",
			"limit": "10 KB"
		},
		{
			"path": "dist/send.esm.js",
			"limit": "10 KB"
		}
	],
	"devDependencies": {
		"@size-limit/preset-small-lib": "^5.0.3",
		"dotenv": "^10.0.0",
		"husky": "^7.0.1",
		"size-limit": "^5.0.3",
		"tsdx": "^0.14.1",
		"tslib": "^2.3.1",
		"typescript": "^4.3.5"
	},
	"dependencies": {
		"axios": "^0.21.1",
		"web3": "^1.3.3"
	}
}