{
  "name": "siibra-explorer",
  "version": "2.14.0",
  "description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
  "scripts": {
    "lint": "eslint src --ext .ts",
    "eslint": "eslint",
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "watch": "ng build --watch --configuration development",
    "test": "ng test",
    "test-ci": "ng test --progress false --watch false --browsers=ChromeHeadless",
    "sapi-schema": "npx openapi-typescript@6.1.0 https://siibra-api-stable.apps-dev.hbp.eu/v3_0/openapi.json --output ./src/atlasComponents/sapi/schemaV3.ts && eslint ./src/atlasComponents/sapi/schemaV3.ts --no-ignore --fix",
    "api-schema": "node src/plugin/generateTypes.js",
    "docs:json": "compodoc -p ./tsconfig.json -e json -d .",
    "storybook": "npm run docs:json && start-storybook -p 6006",
    "build-storybook": "npm run docs:json && build-storybook"
  },
  "keywords": [],
  "author": "FZJ-INM1-BDA <inm1-bda@fz-juelich.de>",
  "license": "apache-2.0",
  "devDependencies": {
    "@angular-devkit/build-angular": "^15.2.10",
    "@angular/cli": "^15.2.10",
    "@angular/compiler-cli": "^15.2.10",
    "@babel/core": "^7.17.5",
    "@types/jasmine": "~3.8.0",
    "@types/node": "^12.11.1",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "babel-loader": "^8.2.3",
    "eslint": "^8.28.0",
    "jasmine-core": "~3.8.0",
    "jasmine-marbles": "^0.8.3",
    "karma": "^6.3.17",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.0.3",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "~1.7.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@angular/animations": "^15.2.10",
    "@angular/cdk": "^15.2.9",
    "@angular/common": "^15.2.10",
    "@angular/compiler": "^15.2.10",
    "@angular/core": "^15.2.10",
    "@angular/forms": "^15.2.10",
    "@angular/material": "^15.2.9",
    "@angular/platform-browser": "^15.2.10",
    "@angular/platform-browser-dynamic": "^15.2.10",
    "@angular/router": "^15.2.10",
    "@ngrx/component-store": "^15.4.0",
    "@ngrx/effects": "^15.4.0",
    "@ngrx/store": "^15.4.0",
    "acorn": "^8.4.1",
    "export-nehuba": "^0.1.2",
    "file-loader": "^6.2.0",
    "jszip": "^3.6.0",
    "postcss": "^8.3.6",
    "raw-loader": "^4.0.2",
    "rxjs": "~6.6.0",
    "showdown": "^2.0.0",
    "tslib": "^2.3.0",
    "zone.js": "^0.13.3"
  }
}