number-to-georgian-text
Version:
This package is for converting numbers to Georgian text.
43 lines (42 loc) • 928 B
JSON
{
"name": "number-to-georgian-text",
"version": "0.0.4",
"description": "This package is for converting numbers to Georgian text.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest",
"lint": "eslint . --ext .ts",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/vvaannoo/number-to-georgian-text.git"
},
"keywords": [
"georgian",
"number",
"text",
"words",
"convert"
],
"author": "Vano Atabegashvili",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/jest": "^29.5.12",
"eslint": "^9.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}