32 lines
811 B
JSON
32 lines
811 B
JSON
{
|
|
"name": "coolprop-node",
|
|
"version": "1.0.20",
|
|
"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"
|
|
}
|
|
}
|