This GitLab CI configuration is valid. Learn more
package.json 1.36 KiB
  "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": {
  "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"