{
	"name": "falcon-crypto",
	"version": "1.0.6",
	"description": "JavaScript wrapper for a WebAssembly build of Falcon",
	"main": "dist/index.js",
	"types": "./index.d.ts",
	"repository": {
		"type": "git",
		"url": "git://github.com/cyph/pqcrypto.js.git"
	},
	"keywords": [
		"cryptography",
		"post-quantum",
		"falcon",
		"asm.js",
		"webassembly"
	],
	"author": "Cyph, Inc. <pqcrypto.js@cyph.com> (https://github.com/cyph)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/cyph/pqcrypto.js/issues"
	},
	"scripts": {
		"test": "npx jest"
	},
	"devDependencies": {
		"@babel/cli": "*",
		"@babel/preset-env": "*",
		"falcon-crypto": "1.0.0",
		"jest": "*",
		"terser": "*"
	}
}
