{
  "name": "@royalschedule/maps",
  "description": "",
  "version": "4.1.8",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "engines": {
    "node": "22.14.0"
  },
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "check-circular-deps": "madge --circular --extensions ts ./src",
    "test": "vitest",
    "test:ci": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "dev_Admentum": "            tsx tests/Admentum/index.ts",
    "dev_SchoolSoft_api": "      tsx tests/SchoolSoft/api/index.ts",
    "dev_SchoolSoft_file_from": "tsx tests/SchoolSoft/file/from/index.ts",
    "dev_SchoolSoft_file_to": "  tsx tests/SchoolSoft/file/to/index.ts",
    "dev_vKlass_from": "         tsx tests/vKlass/file/from/index.ts",
    "dev_vKlass_to": "           tsx tests/vKlass/file/to/index.ts",
    "dev_PlanDigital": "         tsx tests/PlanDigital/index.ts",
    "dev_Quiculum_file_to": "    tsx tests/Quiculum/file/to/index.ts",
    "dev_SS12000": "             tsx tests/SS12000/index.ts",
    "dev_Core": "                tsx tests/core/index.ts",
    "dev_RS": "                  tsx tests/RS/index.ts",
    "dev_RS_make_connected": "   tsx tests/RS/make-connected.ts",
    "dev_IdunSoft": "            tsx tests/IdunSoft/index.ts",
    "dev_identify": "            tsx tests/identify/index.ts",
    "dev_Excel": "               tsx tests/Excel/index.ts",
    "dev_Skola24:mdb": "         tsx tests/Skola24_mdb/index.ts",
    "dev_Skola24:txt": "         tsx tests/Skola24_txt/index.ts",
    "dev_Schoolity": "           tsx tests/Schoolity/index.ts"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/royalschedule/maps.git"
  },
  "_moduleAliases": {
    "src": "dist"
  },
  "author": "",
  "license": "ISC",
  "homepage": "https://bitbucket.org/royalschedule/maps#readme",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@royalschedule/input-verifier": "^5.0.7",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@tsconfig/strictest": "^2.0.8",
    "@types/json2csv": "^5.0.7",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^25.6.0",
    "@types/papaparse": "^5.5.2",
    "@typescript-eslint/parser": "^8.59.2",
    "@typescript-eslint/utils": "^8.59.2",
    "@vitest/coverage-v8": "^4.1.5",
    "eslint": "^10.3.0",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-unused-imports": "^4.4.1",
    "jiti": "^2.6.1",
    "madge": "^8.0.0",
    "nodemon": "^3.1.14",
    "tsdown": "^0.21.10",
    "tslib": "^2.8.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.2",
    "vitest": "^4.1.5"
  },
  "dependencies": {
    "@json2csv/plainjs": "^7.0.6",
    "csv-parser": "^3.2.0",
    "eslint-plugin-import": "^2.32.0",
    "iconv-lite": "^0.7.2",
    "lodash-es": "^4.18.1",
    "moment": "^2.30.1",
    "nanoid": "^5.1.11",
    "papaparse": "^5.5.3",
    "ts-expect": "^1.3.0",
    "uuid": "^13.0.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "zod": "^4.4.3"
  }
}
