{
  "name": "psychart",
  "version": "0.4.2",
  "description": "View air conditions on a psychrometric chart",
  "homepage": "https://npm.nicfv.com/",
  "bin": "",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "start": "../../.github/workflows/scripts"
  },
  "keywords": [
    "air",
    "temperature",
    "humidity",
    "hvac",
    "thermodynamic",
    "psychrometric",
    "psychrometry",
    "psychart",
    "chart",
    "engineering",
    "ashrae",
    "wetbulb",
    "drybulb",
    "dewpoint",
    "enthalpy",
    "vapor",
    "mixture",
    "conditioning",
    "visual",
    "state",
    "graph"
  ],
  "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": "BSD-3-Clause-LBNL",
  "dependencies": {
    "psychrolib": "1.1.0",
    "smath": "1.12.0",
    "viridis": "1.1.8"
  },
  "devDependencies": {
    "t6": "1.1.9"
  }
}