@universis/number-format
Version:
Universis library for converting number to text
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "@universis/number-format",
"version": "1.0.4",
"description": "Universis library for converting number to text",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jasmine",
"build": "tsc ./src/index.ts --outDir dist --sourceMap --declaration",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kbarbounakis/universis-number-format.git"
},
"keywords": [
"number",
"convert",
"format",
"text",
"decimal",
"float",
"formatter",
"textual"
],
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://gitlab.com/kbarbounakis/universis-number-format/issues"
},
"homepage": "https://gitlab.com/kbarbounakis/universis-number-format#readme",
"devDependencies": {
"@types/jasmine": "^3.5.11",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-node": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}