{
	"name": "taraskevizer",
	"version": "10.4.2",
	"author": "GooseOb",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/GooseOb/taraskevizer.git"
	},
	"main": "dist/index.js",
	"module": "dist/index.js",
	"devDependencies": {
		"@digitak/esrun": "^3.2.26",
		"@eslint/js": "^9.19.0",
		"@types/node": "^20.17.17",
		"bun-types": "^1.2.2",
		"esbuild": "^0.25.0",
		"eslint": "^9.19.0",
		"husky": "^9.1.7",
		"prettier": "^3.4.2",
		"typedoc": "^0.26.11",
		"typescript": "^5.7.3",
		"typescript-eslint": "^8.23.0"
	},
	"bin": {
		"tarask": "dist/bin.js"
	},
	"description": "Канвэртацыя акадэмічнага правапісу ў клясычны",
	"files": [
		"dist",
		"README.md"
	],
	"homepage": "https://gooseob.github.io/taraskevizatar/",
	"keywords": [
		"taraskevizatar",
		"taraskevica",
		"тарашкевіца",
		"тарашкевізатар",
		"belarusian"
	],
	"license": "MIT",
	"private": false,
	"scripts": {
		"build": "bun ./build.ts",
		"prettier": "prettier --write .",
		"lint": "eslint .",
		"dev": "esrun --watch=src/*,test/* --send-code-mode=temporaryFile test",
		"dev:bun": "bun test --watch",
		"test": "bun ./test",
		"json": "node ./generate-json.js",
		"test-cli": "bun run build && bun run test",
		"docs": "typedoc"
	},
	"sideEffects": false,
	"type": "module",
	"types": "dist/index.d.ts"
}
