{
	"name": "@tutao/tutanota-crypto",
	"version": "345.260421.2",
	"license": "GPL-3.0",
	"main": "./dist/index.js",
	"exports": {
		".": "./dist/index.js",
		"./error.js": "./dist/error.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/tutao/tutanota.git",
		"directory": "packages/tutanota-crypto"
	},
	"scripts": {
		"prepublishOnly": "npm run build",
		"build": "node make && tsc -b",
		"test": "tsc -b test && cd build && node test/Suite.js"
	},
	"type": "module",
	"files": [
		"dist/*",
		"README.md",
		"LICENSE.txt",
		"tsconfig.json"
	],
	"dependencies": {
		"@tutao/tutanota-error": "345.260421.2",
		"@tutao/tutanota-utils": "345.260421.2"
	},
	"devDependencies": {
		"typescript": "5.8.3",
		"@tutao/otest": "345.260421.2",
		"fs-extra": "11.3.0",
		"zx": "8.1.5"
	}
}
