{
  "name": "@neutrium/thermo",
  "version": "2.0.1",
  "main": "dist/index.js",
  "typings": "dist/index",
  "description": "The base module of the NeutriumJS thermodynamics package.",
  "keywords": [
      "neutrium",
      "thermodynamics"
  ],
  "license": "CC-BY-4.0",
  "author:": "Trevor Walker <trevorw@neutrium.net> (https://neutrium.net)",
  "private": false,
  "engines": {
    "node": ">=0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/neutrium/thermo.git"
  },
  "bugs": {
    "url" : "https://github.com/neutrium/thermo/issues"
  },
  "dependencies": {
    "@neutrium/quantity": "^3.0.2"
  },
  "scripts": {
      "clean": "rm -r ./dist/*",
      "tsc": "tsc",
      "build": "npm run tsc",
      "prepublish": "npm run clean && npm run build"
  }
}
