jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
18 lines (17 loc) • 391 B
JSON
{
"name": "jalhyd-boilerplate-ts",
"version": "1.0.0",
"description": "An example of using the JaLHyd library in a Typescript CLI project using Node.JS",
"main": "boilerplate.ts",
"scripts": {
"build": "./node_modules/.bin/tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"jalhyd": "file:../.."
},
"devDependencies": {
"typescript": "^3.5.3"
}
}