{
  "name": "pointlinejs",
  "version": "1.0.40",
  "description": "JavaScipt library for visualization of tree diagrams",
  "directories": {
    "example": "examples"
  },
  "browser": {
    "fs": false,
    "path": false,
    "os": false
  },
  "scripts": {
    "dev": "webpack --mode development",
    "build": "tsc -p tsconfig-lib.json && tsc -p tsconfig-es.json",
    "watch": "webpack --mode development",
    "start": "npm run doc && npx webpack serve",
    "test": "echo \"Error: no test specified\" && exit 1",
    "doc": "typedoc --options typedoc.json",
    "pack": "npm run clean && npm run build && npm run copy-css-to-es && npm run copy-css-to-lib && npm pack",
    "copy-css-to-es": "copyfiles -u 5 src/pointlinejs/vendor/treant/styles/Treant.css dist/es/pointlinejs/vendor/treant/styles",
    "copy-css-to-lib": "copyfiles -u 5 src/pointlinejs/vendor/treant/styles/Treant.css dist/lib/pointlinejs/vendor/treant/styles",
    "clean": "rimraf dist/",
    "prepare-publish": "npm run clean && npm run build && npm run copy-css-to-es && npm run copy-css-to-lib",
    "documentation": "npm run dev && npm run doc"
  },
  "keywords": [
    "treant",
    "pointlinejs",
    "binary tree",
    "visualization",
    "data-visualization",
    "diagram",
    "tree",
    "js",
    "svg",
    "draw"
  ],
  "author": "Egor Fedoseev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egor-progger/pointlinejs.git"
  },
  "bugs": {
    "url": "https://github.com/egor-progger/pointlinejs/issues"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.5",
    "@material/dialog": "^14.0.0",
    "@panzoom/panzoom": "^4.6.1",
    "@types/jquery": "^1.10.45",
    "@types/jqueryui": "^1.12.23",
    "@types/raphael": "^2.3.3",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^14.0.0",
    "copyfiles": "^2.4.1",
    "css-loader": "^7.1.4",
    "dependency-cruiser": "^17.3.9",
    "eslint": "^9.39.5",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-simple-import-sort": "^14.0.0",
    "eve-raphael": "^0.5.0",
    "file-loader": "^6.2.0",
    "highlight.js": "^11.8.0",
    "html-webpack-injector": "^1.1.4",
    "html-webpack-plugin": "^5.6.6",
    "http-proxy-middleware": "^2.0.9",
    "inversify": "^6.0.1",
    "inversify-inject-decorators": "^3.1.0",
    "jquery": "^3.7.1",
    "jquery.easing": "^1.4.1",
    "mini-css-extract-plugin": "^1.6.2",
    "perfect-scrollbar": "^1.3.0",
    "postcss": "^8.5.26",
    "qs": "^6.14.2",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^6.1.3",
    "sass": "^1.80.7",
    "sass-loader": "^13.3.2",
    "tls": "^0.0.1",
    "ts-loader": "^8.4.0",
    "typedoc": "^0.28.20",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1",
    "url": "^0.11.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.109.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^6.0.0",
    "webpack-node-externals": "^3.0.0"
  },
  "main": "dist/lib/pointlinejs/PointlineJS.js",
  "module": "dist/es/pointlinejs/PointlineJS.js",
  "types": "dist/lib/pointlinejs/PointlineJS.d.ts",
  "dependencies": {
    "@eslint/compat": "^1.4.1",
    "@floating-ui/dom": "^1.7.4",
    "eslint-plugin-jsdoc": "^61.7.1",
    "launch-editor": "^2.14.1",
    "lit": "^3.3.1",
    "save-dev": "^0.0.1-security",
    "ws": "^8.21.0"
  }
}
