{
	"name": "@gandlaf21/cashu-ts",
	"version": "0.8.0-rc.14",
	"description": "cashu library for communicating with a cashu mint",
	"main": "dist/lib/es5/index.js",
	"module": "dist/lib/es6/index.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/cashubtc/cashu-ts"
	},
	"bugs": {
		"url": "https://github.com/cashubtc/cashu-ts/issues"
	},
	"scripts": {
		"compile": "rm -rf dist/lib && tsc && tsc --build tsconfig.es5.json",
		"test": "jest --coverage",
		"dev": "tsc --watch",
		"lint": "eslint --ext .js,.ts . --fix",
		"format": "prettier --write .",
		"typedoc": "typedoc src/index.ts"
	},
	"keywords": [
		"cashu"
	],
	"author": "gandlaf21",
	"license": "MIT",
	"devDependencies": {
		"@types/jest": "^29.5.1",
		"@typescript-eslint/eslint-plugin": "^5.59.2",
		"@typescript-eslint/parser": "^5.59.2",
		"eslint": "^8.39.0",
		"eslint-config-standard-with-typescript": "^34.0.1",
		"eslint-plugin-import": "^2.27.5",
		"eslint-plugin-n": "^15.7.0",
		"eslint-plugin-promise": "^6.1.1",
		"jest": "^29.5.0",
		"prettier": "^2.8.8",
		"ts-jest": "^29.1.0",
		"ts-jest-resolver": "^2.0.1",
		"ts-node": "^10.9.1",
		"typedoc": "^0.24.7",
		"typescript": "^5.0.4"
	},
	"dependencies": {
		"@gandlaf21/bolt11-decode": "^3.0.6",
		"@noble/curves": "^1.0.0",
		"buffer": "^6.0.3"
	}
}
