{
  "name": "tdp_gene",
  "description": "",
  "version": "11.1.0",
  "author": {
    "name": "The Caleydo Team",
    "email": "contact@caleydo.org",
    "url": "https://caleydo.org"
  },
  "license": "BSD-3-Clause",
  "homepage": "https://phovea.caleydo.org",
  "bugs": {
    "url": "https://github.com/caleydo/tdp_gene/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caleydo/tdp_gene.git"
  },
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src",
    "phovea_registry.js",
    "dist"
  ],
  "engines": {
    "npm": ">= 6.12",
    "node": ">= 12.13",
    "iojs": ">= 3"
  },
  "scripts": {
    "clean": "rimraf dist lib",
    "delete-dependencies": "rimraf node_modules",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "postcompile": "npm run copy",
    "lint": "eslint --cache src/**/*.ts{,x} tests/**/*.ts{,x}",
    "lint:fix": "eslint --fix --cache src/**/*.ts{,x} tests/**/*.ts{,x}",
    "docs": "typedoc --options typedoc.json src/**.ts",
    "prebuild": "node -e \"process.exit(process.env.PHOVEA_SKIP_TESTS === undefined?1:0)\" || npm run test",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "posttest": "npm run lint",
    "build": "npm run clean && npm run compile",
    "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",
    "copy": "npm run copy-assets && npm run copy-styles",
    "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",
    "predist": "npm run build && npm run docs",
    "dist": "mkdir lib && cd dist && tar cvzf ../lib/tdp_gene.tar.gz *"
  },
  "devDependencies": {
    "@types/d3": "~3.5.36",
    "@types/jquery": "~3.5.5",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "eslint": "^8.7.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^25.3.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "identity-obj-proxy": "~3.0.0",
    "jest-raw-loader": "~1.0.1",
    "prettier": "^2.5.1",
    "rimraf": "~3.0.2",
    "shx": "~0.3.3",
    "@types/jest": "~27.4.1",
    "jest": "~27.5.1",
    "ts-jest": "~27.1.3",
    "tslib": "~2.3.1",
    "typedoc": "~0.22.13",
    "typescript": "~4.6.2"
  },
  "dependencies": {
    "d3": "~3.5.17",
    "jstat": "^1.9.4",
    "jquery": "~3.5.1",
    "jquery-ui": "1.12.1",
    "tdp_core": "^15.1.0"
  },
  "optionalDependencies": {
    "ordino": "git+ssh://git@github.com:Caleydo/ordino#semver:^12.1.0"
  }
}
