number-to-georgian-text
Version:
This package is for converting numbers to Georgian text.
45 lines (44 loc) • 992 B
JSON
{
"name": "number-to-georgian-text",
"version": "0.0.9",
"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 .",
"audit": "npm audit",
"audit:fix": "npm audit fix"
},
"repository": {
"type": "git",
"url": "git+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": "^30.0.0",
"eslint": "^9.39.1",
"jest": "^30.2.0",
"prettier": "^3.7.3",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}