UNPKG

geezget

Version:

Convert numbers to Geʽez numerals (፩, ፪, ፫) and Amharic words - the traditional Ethiopian/Eritrean number system

59 lines 1.54 kB
{ "name": "geezget", "version": "1.0.4", "description": "Convert numbers to Geʽez numerals (፩, ፪, ፫) and Amharic words - the traditional Ethiopian/Eritrean number system", "main": "dist/geez-number.js", "types": "dist/geez-number.d.ts", "files": [ "dist/**/*", "README.md" ], "scripts": { "prepublishOnly": "npm run build && npm test", "build": "tsc", "test": "jest --coverage", "test:watch": "jest --watch", "format": "prettier --write src/**/*.ts test/**/*.ts", "lint": "eslint src/**/*.ts test/**/*.ts --fix", "release": "standard-version" }, "keywords": [ "geez", "geʽez", "amharic", "ethiopian", "eritrean", "numerals", "numbers", "converter", "transliteration", "cultural", "historical" ], "author": "Yared Abebe <your-email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yaredabebe/geezget.git" }, "homepage": "https://github.com/yaredabebe/geezget#readme", "bugs": { "url": "https://github.com/yaredabebe/geezget/issues" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.45.0", "eslint-config-prettier": "^9.0.0", "jest": "^30.0.5", "lint-staged": "^13.2.3", "prettier": "^3.0.0", "standard-version": "^9.5.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }