UNPKG

taraskevizer

Version:

Канвэртацыя акадэмічнага правапісу ў клясычны

57 lines (56 loc) 1.37 kB
{ "name": "taraskevizer", "version": "10.4.6", "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.0.6", "@digitak/esrun": "^3.2.26", "@eslint/js": "^9.30.1", "@types/node": "^20.19.4", "bun-types": "^1.2.18", "esbuild": "^0.25.6", "eslint": "^9.30.1", "husky": "^9.1.7", "typedoc": "^0.26.11", "typescript": "^5.8.3", "typescript-eslint": "^8.36.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", "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" }