An error occurred while loading the file. Please try again.
-
Dorchies David authored
+ MAJ package.json + ParallelStructure Gestion message d'erreur sur débits trop élevé sur calcul d'un paramètre d'ouvrage
0ce46e46
This project manages its dependencies using npm.
Learn more
{
"name": "jalhyd",
"version": "1.0.0",
"author": "DD",
"license": "ISC",
"description": "JaLHyd, a Javascript Library for Hydraulics",
"repository": {
"type": "git",
"url": "https://gitlab.irstea.fr/david.dorchies/jalhyd.git"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index.js",
"dependencies": {},
"devDependencies": {
"@types/jasmine": "2.8.8",
"@types/node": "10.5.2",
"jasmine-core": "3.1.0",
"jasmine-node": "1.15.0",
"typescript": "2.9.2"
},
"scripts": {
"build": "npm run preprocess; ./node_modules/typescript/bin/tsc --p src/tsconfig.app.json",
"buildspec": "npm run preprocess; rm -rf build; ./node_modules/typescript/bin/tsc --p spec/tsconfig.spec.json",
"runtestremous": "./node_modules/typescript/bin/tsc --p spec/tsconfig-remous-fenetre.spec.json && node ./build/spec/test-remous-fenetre.js",
"jasmine": "npm run buildspec && ./node_modules/.bin/jasmine",
"karma": "npm run preprocess; ./node_modules/typescript/bin/tsc --p spec/tsconfig.spec.json && ./node_modules/karma/bin/karma start",
"lint": "./node_modules/tslint/bin/tslint -p ./tsconfig.json",
"viz": "tsviz -recursive src/ jalhyd_class_diagram.png",
"package": "rm -rf build; npm run build; npm pack",
"preprocess": "node preprocessors.js"
}
}