taraskevizer
Version:
Канвэртацыя акадэмічнага правапісу ў клясычны
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "taraskevizer",
"version": "10.4.20",
"author": "GooseOb",
"repository": {
"type": "git",
"url": "git+https://github.com/GooseOb/taraskevizer.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@digitak/esrun": "^3.2.26",
"@eslint/js": "^9.34.0",
"@types/node": "^20.19.12",
"bun-types": "^1.2.21",
"esbuild": "^0.25.9",
"eslint": "^9.34.0",
"husky": "^9.1.7",
"typedoc": "^0.26.11",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0"
},
"bin": {
"tarask": "dist/bin/index.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",
"format": "biome format --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"
}