{
  "name": "dimensional",
  "version": "1.4.0",
  "description": "Dimensional analysis and unit conversions",
  "homepage": "https://npm.nicfv.com/",
  "type": "module",
  "bin": "",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "start": "../../.github/workflows/scripts"
  },
  "keywords": [
    "quantity",
    "unit",
    "attribute",
    "dimension",
    "dimensional",
    "analysis",
    "convert",
    "conversion",
    "metric",
    "system",
    "prefix",
    "SI",
    "imperial"
  ],
  "author": {
    "name": "Nicolas Ventura",
    "email": "npm@nicfv.com",
    "url": "https://nicfv.com/"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/nicfv"
  },
  "repository": "github:nicfv/npm",
  "license": "MIT",
  "dependencies": {
    "smath": "1.16.0"
  },
  "devDependencies": {
    "t6": "1.3.0"
  }
}