{
  "name": "jsxgraph-types-fix",
  "description": "Interactive geometry, plotting, visualization",
  "homepage": "https://jsxgraph.org",
  "version": "1.12.2-1",
  "exports": {
    "types": "./src/index.d.ts",
    "default": "./src/index.js"
  },
  "main": "./distrib/jsxgraphcore.js",
  "module": "./src/index.js",
  "types": "./src/index.d.ts",
  "files": [
    "src",
    "distrib",
    "extensions",
    "CHANGELOG.md"
  ],
  "maintainers": [
    {
      "name": "Alfred Wassermann",
      "email": "Alfred.Wassermann@uni-bayreuth.de"
    },
    {
      "name": "Michael Gerhaeuser",
      "email": "michael.gerhaeuser@gmail.com"
    }
  ],
  "contributors": [
    "Matthias Ehmann <matthias.ehmann@uni-bayreuth.de>",
    "Carsten Miller <carsten.miller@uni-bayreuth.de>",
    "Rinat Shigapov",
    "Bianca Valentin",
    "Heiko Vogel",
    "Andreas Walter",
    "Peter Wilfahrt"
  ],
  "license": "(MIT OR LGPL-3.0-or-later)",
  "keywords": [
    "geometry",
    "dynamic geometry",
    "function plotting",
    "mathematics education"
  ],
  "bugs": {
    "url": "https://github.com/jsxgraph/jsxgraph/issues"
  },
  "directories": {
    "lib": "src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsxgraph/jsxgraph.git"
  },
  "prettier": {
    "printWidth": 96,
    "tabWidth": 4,
    "trailingComma": "none"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.4.0",
    "eslint": ">=8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "globals": "^15.4.0",
    "http-server": "^14.1.1",
    "jasmine-core": "^3.10.1",
    "jsdoc2": "^2.4.0",
    "jshint": "^2.13.1",
    "jslint": "^0.12.1",
    "karma": "^6.4.3",
    "karma-chrome-launcher": "^3.2.0",
    "karma-jasmine": "^5.1.0",
    "npmignore": "^0.3.1",
    "path-browserify": "^1.0.1",
    "prettier": "^2.7.1",
    "terser": "^5.10.0",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.9.2"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "scripts": {
    "buildCore": "webpack --config config/webpack.config.js",
    "buildCompressor": "webpack --config config/webpack.config.compressor.js",
    "eslint": "make eslint",
    "check-format": "prettier --check src test extensions",
    "//No! format": "//prettier --write src test extensions",
    "serve": "http-server -c-1",
    "test": "make test"
  },
  "dependencies": {
    "jsxgraph": "^1.11.0-beta2"
  }
}
