{
  "name": "tdp_dummy",
  "description": "",
  "homepage": "https://phovea.caleydo.org",
  "version": "9.0.1",
  "author": {
    "name": "The Caleydo Team",
    "email": "contact@caleydo.org",
    "url": "https://caleydo.org"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/caleydo/tdp_dummy/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caleydo/tdp_dummy.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "npm": ">= 6.12",
    "node": ">= 12.13",
    "iojs": ">= 3"
  },
  "files": [
    "src",
    "phovea_registry.js",
    "dist",
    "tdp_dummy",
    "__init__.py",
    "__main__.py",
    "requirements.txt",
    "requirements_dev.txt",
    "docker_packages.txt",
    "redhat_packages.txt"
  ],
  "scripts": {
    "clean": "rimraf dist lib",
    "delete-dependencies": "rimraf node_modules",
    "check": "flake8 --exclude=.git,venv,deploy,docs,__pycache__,node_modules",
    "pretest": "echo hybrid",
    "test": "npm run test:web && npm run test:python",
    "predist": "echo hybrid",
    "dist": "npm run dist:web && npm run dist:python",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "postcompile": "npm run copy",
    "lint": "tslint -c tslint.json -p . 'src/**/*.ts?(x)' 'tests/**/*.ts?(x)'",
    "docs": "npm run docs:web && npm run docs:python",
    "prebuild": "echo hybrid",
    "posttest": "echo hybrid",
    "test:watch": "jest --watch",
    "build": "npm run build:web && npm run build:python",
    "build:web": "npm run clean && npm run compile",
    "copy": "npm run copy-assets && npm run copy-styles",
    "copy-assets": "if [ -d src/assets ]; then shx --verbose cp -R src/assets/. dist/assets/; fi",
    "copy-styles": "if [ -d src/scss ]; then shx --verbose cp -R src/scss/. dist/scss/; fi",
    "release:major": "npm version major && npm publish && git push --follow-tags",
    "release:minor": "npm version minor && npm publish && git push --follow-tags",
    "release:patch": "npm version patch && npm publish && git push --follow-tags",
    "pretest:python": "npm run check",
    "posttest:web": "npm run lint",
    "test:web": "test ! $(find tests -name \"*.ts\") || jest",
    "test:python": "test ! $(find tests -name \"*.py\") || python setup.py test",
    "predist:web": "npm run build:web && npm run docs:web",
    "dist:web": "mkdir lib && cd dist && tar cvzf ../lib/tdp_dummy.tar.gz *",
    "dist:python": "python setup.py sdist bdist_wheel",
    "docs:web": "typedoc --options typedoc.json src/**.ts",
    "docs:python": "sphinx-apidoc -o docs -f ./tdp_dummy && sphinx-build ./docs build/docs",
    "build:python": "rm -rf build/source && find . -name '*.pyc' -delete && node buildPython.js && cp -r ./tdp_dummy build/source/",
    "prebuild:python": "node -e \"process.exit(process.env.PHOVEA_SKIP_TESTS === undefined?1:0)\" || npm run test:python",
    "prebuild:web": "node -e \"process.exit(process.env.PHOVEA_SKIP_TESTS === undefined?1:0)\" || npm run test:web",
    "predist:python": "npm run build:python && npm run docs:python"
  },
  "dependencies": {
    "tdp_core": "^11.0.0"
  },
  "devDependencies": {
    "@types/jest": "~26.0.20",
    "identity-obj-proxy": "~3.0.0",
    "jest": "~26.6.3",
    "jest-raw-loader": "~1.0.1",
    "rimraf": "~3.0.2",
    "shx": "~0.3.3",
    "ts-jest": "~26.4.4",
    "tslib": "~2.0.3",
    "tslint": "~5.20.1",
    "typedoc": "~0.19.2",
    "typescript": "~3.9.7"
  },
  "optionalDependencies": {
    "ordino": "github:Caleydo/ordino#semver:^9.0.0"
  }
}
