{
  "name": "pqm",
  "version": "1.0.0",
  "description": "Physical Quantities and Measures (PQM) is a Node and browser package for dealing with numbers with units",
  "type": "module",
  "main": "./build/cjs/pqm.cjs",
  "directories": {
    "test": "test"
  },
  "exports": {
    "import": "./build/es/pqm.mjs",
    "require": "./build/cjs/pqm.cjs"
  },
  "readmeFilename": "README.md",
  "scripts": {
    "test": "node node_modules/c8/bin/c8.js node test/node/test.mjs",
    "coverage": "node node_modules/c8/bin/c8.js report --reporter html",
    "testbrowser": "node test/browser/testserver.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GhostWrench/pqm.git"
  },
  "keywords": [
    "unit",
    "units",
    "physics",
    "physical",
    "quantities",
    "measure",
    "dimensions",
    "dimensional",
    "analysis",
    "si",
    "cgs",
    "imperial",
    "metric"
  ],
  "author": "Daniel Kuntz <daniel.kuntz@ghostwrench.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GhostWrench/pqm/issues"
  },
  "homepage": "https://github.com/GhostWrench/pqm#readme",
  "devDependencies": {
    "c8": "^7.1.2",
    "rollup": "^3.7.5",
    "terser": "^5.16.1"
  }
}
