{
  "name": "metic",
  "version": "1.0.0",
  "description": "Easy math decimals for JS",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "esbuild --minify --outfile=dist/index.js --loader:.ts=ts src/main.ts",
    "test": "npx yarn jest --no-cache"
  },
  "keywords": [
    "math",
    "mathematics",
    "decimals",
    "number",
    "arithmetics"
  ],
  "author": "Ademílson F. Tonato <ademilsonft@outlook.com>",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ftonato/metic.git"
  },
  "devDependencies": {
    "@swc/core": "^1.2.206",
    "@swc/jest": "^0.2.21",
    "@types/jest": "^28.1.3",
    "@types/node": "^18.0.0",
    "esbuild": "^0.14.47",
    "esbuild-jest": "^0.5.0",
    "jest": "^28.1.1"
  }
}
