UNPKG

coolprop-node

Version:

A Node.js wrapper for CoolProp providing an easy-to-use interface for thermodynamic calculations and refrigerant properties. Unlike all the other CoolProp npm packages I've seen, this one should actually work. Please report any issues.

32 lines (31 loc) 811 B
{ "name": "coolprop-node", "version": "1.0.24", "main": "src/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "coolprop", "thermodynamics", "fluid properties", "refrigerant", "refrigeration", "refprop" ], "author": "Craig Zych", "license": "MIT", "description": "A Node.js wrapper for CoolProp providing an easy-to-use interface for thermodynamic calculations and refrigerant properties. Unlike all the other CoolProp npm packages I've seen, this one should actually work. Please report any issues. ", "devDependencies": { "jest": "^29.7.0" }, "jest": { "testEnvironment": "node", "verbose": true }, "repository": { "type": "git", "url": "https://github.com/Craigzyc/coolprop-node.git" } }