{
  "name": "@rinxun/numeric-calculator",
  "version": "1.0.7",
  "description": "Calculate addition, subtraction, multiplication, division precisely, for tackling the precision issue",
  "keywords": [
    "long",
    "float",
    "decimal",
    "numeric",
    "precision",
    "calculator",
    "addition",
    "subtraction",
    "multiplication",
    "division"
  ],
  "main": "index.js",
  "types": "**/*.d.ts",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rinxun/numeric-calculator"
  },
  "bugs": {
    "url": "https://github.com/rinxun/numeric-calculator/issues",
    "email": "janden_ma@qq.com"
  },
  "homepage": "https://github.com/rinxun/numeric-calculator",
  "author": {
    "name": "Janden Ma",
    "email": "janden_ma@qq.com",
    "url": "https://github.com/JandneMa"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc"
  },
  "files": [
    "*.js",
    "*.d.ts",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^17.0.23",
    "typescript": "^4.6.3"
  }
}
