{
	"name": "string-entropy",
	"version": "1.0.0",
	"description": "Calculate the information entropy of a string",
	"main": "./dist/index.js",
	"type": "module",
	"exports": {
		".": "./dist/index.js"
	},
	"engines": {
		"node": "^20.19.0 || >= 22.12.0"
	},
	"files": [
		"dist"
	],
	"scripts": {
		"test": "biome ci src && node --import tsx --test src/*.test.ts",
		"fix": "biome check --write src",
		"prepare": "npm run build && cp -r dist demo/",
		"demo": "serve demo",
		"build": "tsc"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/mvhenten/string-entropy.git"
	},
	"keywords": [
		"string",
		"entropy",
		"password",
		"encryption"
	],
	"author": "Matthijs van Henten",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/mvhenten/string-entropy/issues"
	},
	"homepage": "https://github.com/mvhenten/string-entropy",
	"devDependencies": {
		"@biomejs/biome": "^2.2.5",
		"@types/node": "^20.12.11",
		"semantic-release": "^24.2.9",
		"serve": "^14.2.3",
		"tsx": "^4.20.6",
		"typescript": "^5.4.5"
	}
}
