{
  "name": "number-utils-km",
  "version": "1.0.0",
  "description": "Утилиты для работы с числами: округление, константы",
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/test.js"
  },
  "keywords": [
    "math",
    "round",
    "numbers",
    "utils",
    "округление",
    "числа"
  ],
  "author": "script_dy",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "homepage": ""
}