{
  "name": "itlab-functions",
  "version": "1.0.12",
  "description": "",
  "author": {
    "name": "Timo Scheuermann",
    "email": "timo.scheuermann@sv-informatik.de"
  },
  "type": "commonjs",
  "main": "./dist/itlab-functions.umd.js",
  "module": "./dist/itlab-functions.es.js",
  "types": "./dist/types/itlab-functions.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build && tsc --declaration --emitDeclarationOnly --outdir ./dist/types",
    "test": "jest --passWithNoTests",
    "release:major": "npm version major && git push origin master --follow-tags",
    "release:minor": "npm version minor && git push origin master --follow-tags",
    "release:patch": "npm version patch && git push origin master --follow-tags",
    "release": "npm run release:major",
    "prepack": "npm run build",
    "build:docs": "typedoc --options typedoc.config.jsonc && node scripts/post-generate-docs.js"
  },
  "dependencies": {
    "fast-levenshtein": "^3.0.0"
  },
  "devDependencies": {
    "@types/fast-levenshtein": "^0.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "typedoc": "^0.28.15",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.0"
  }
}
