{
	"name": "@adraffy/keccak",
	"version": "1.3.4",
	"description": "Keccak",
	"scripts": {
		"test": "node test/test-all.js",
		"shake": "node test/shake.js",
		"speed": "node test/speed.js",
		"build": "rollup -c"
	},
	"type": "module",
	"exports": {
		".": {
			"require": "./dist/index.cjs",
			"import": "./dist/index.mjs",
			"types": "./dist/index.d.ts"
		},
		"./256": {
			"require": "./dist/keccak256.cjs",
			"import": "./dist/keccak256.mjs",
			"types": "./dist/keccak256.d.ts"
		}
	},
	"files": [
		"./dist"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/adraffy/keccak.js.git"
	},
	"license": "MIT",
	"homepage": "https://github.com/adraffy/keccak.js#readme",
	"author": "raffy.eth",
	"devDependencies": {
		"@noble/hashes": "^1.7.1",
		"@rollup/plugin-node-resolve": "^16.0.0",
		"@rollup/plugin-terser": "^0.4.4",
		"js-sha3": "^0.9.3",
		"rollup": "^3.29.5",
		"sha3": "^2.1.4"
	},
	"keywords": [
		"sha3",
		"keccak",
		"shake"
	]
}
