15 lines
414 B
JSON
15 lines
414 B
JSON
|
|
{
|
||
|
|
"name": "@evolv/physics-sanity",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Cross-node physical-balance helpers (mass, hydraulic, energy). Import from test files; closure tolerance asserted at known plant states.",
|
||
|
|
"main": "index.js",
|
||
|
|
"bin": {
|
||
|
|
"evolv-physics-sanity": "bin/physics-sanity.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED"
|
||
|
|
}
|