UNPKG

to-bengali

Version:

A lightweight npm package to translate numbers and dates to Bengali language.

39 lines (38 loc) 1.02 kB
{ "name": "to-bengali", "version": "1.0.2", "description": "A lightweight npm package to translate numbers and dates to Bengali language.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/Tanbinhimel/to-bengali.git" }, "keywords": [ "bengali", "translate", "numbers", "dates" ], "author": "Md. Tanbin Hossain Himel <thimel.1998@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Tanbinhimel/to-bengali/issues" }, "homepage": "https://github.com/Tanbinhimel/to-bengali#readme", "devDependencies": { "prettier": "^2.8.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.0.2" } }