{
  "name": "jasali",
  "version": "2.3.4",
  "main": "./src/jasali.js",
  "types": "./src/jasali.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/srebughini/JASALI"
  },
  "scripts": {
    "test": "mocha",
    "build": "npx esbuild src/jasali.js --bundle --format=iife --global-name=jasali --outfile=jasali.js"
  },
  "keywords": [
    "chemistry",
    "gas",
    "mixture",
    "thermodynamic",
    "transport",
    "properties",
    "viscosity",
    "thermal conductivity",
    "enthalpy",
    "entropy",
    "specific heat",
    "density",
    "molecular weight",
    "diffusivity",
    "diffusion",
    "chemical",
    "asali",
    "pure gas",
    "engineering",
    "reactor",
    "NASA",
    "TypeScript",
    "chemical equilibrium"
  ],
  "author": "srebughini",
  "license": "GPL-3.0",
  "description": "Library to estimate thermodynamic and transport properties of pure gas specie and gas mixtures",
  "bugs": {
    "url": "https://github.com/srebughini/JASALI/issues"
  },
  "homepage": "https://github.com/srebughini/JASALI",
  "type": "module",
  "dependencies": {
    "@chemistry/elements": "^2.9.0",
    "core-js": "^3.23.3",
    "mathjs": "^9.5.2",
    "mocha": "^10.2.0",
    "require": "^0.4.4"
  },
  "devDependencies": {
    "browser-resolve": "^2.0.0",
    "browserify": "^17.0.1",
    "esmify": "^2.1.1",
    "esbuild": "^0.28.0"
  }
}
