{
	"name": "xxhash3lib",
	"version": "0.2.4",
	"description": "Fork of Node.js native addon for kaciras blog",
	"license": "MIT",
	"author": "Kaciras <Kaciras@protonmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/kyoto44/nativelib"
	},
	"main": "index.js",
	"types": "index.d.ts",
	"engines": {
		"node": ">=14"
	},
	"keywords": [
		"xxhash",
		"xxhash3"
	],
	"scripts": {
		"install": "node script/prebuild.js install || node-gyp rebuild --ensure",
		"lint": "eslint --fix --ext .js .",
		"test": "jest",
		"build-release": "node-gyp rebuild --release",
		"build-debug": "node-gyp rebuild --debug"
	},
	"dependencies": {
		"follow-redirects": "^1.13.0",
		"nan": "^2.14.1",
		"tar-fs": "^2.1.0"
	},
	"devDependencies": {
		"eslint": "^7.9.0",
		"jest": "^26.4.2",
		"murmurhash-native": "^3.5.0",
		"typescript": "^4.0.2"
	}
}