{
  "name": "findatex-schemas",
  "private": false,
  "version": "0.5.2",
  "author": "Captor Fund Management AB",
  "description": "findatex JSON Schema for EPT, EMT, EET and TPT",
  "keywords": [
    "findatex",
    "JSON Schema",
    "EPT",
    "EMT",
    "EET",
    "TPT"
  ],
  "scripts": {
    "build": "tsc",
    "prepack": "npm run build",
    "test": "vitest run --reporter=verbose"
  },
  "dependencies": {
    "ajv": "^8",
    "ajv-formats": "^3",
    "commander": "^14",
    "convert-excel-to-json": "^1",
    "typescript": "^6.0.2",
    "xlsx": "^0.18",
    "yaml": "^2"
  },
  "devDependencies": {
    "@types/json-schema": "^7",
    "@types/node": "^22",
    "@vitest/ui": "^4",
    "ajv-cli": "^5",
    "currency-codes": "^2",
    "vitest": "^4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fondbolagens/findatex-schemas.git"
  },
  "homepage": "https://github.com/fondbolagens/findatex-schemas",
  "bugs": {
    "url": "https://github.com/fondbolagens/findatex-schemas/issues"
  },
  "license": "MIT",
  "bin": {
    "eptExcel2yaml": "dist/scripts/eptExcel2yaml.js",
    "eptYaml2excel": "dist/scripts/eptYaml2excel.js",
    "eptValidate": "dist/scripts/eptValidate.js",
    "tptValidate": "dist/scripts/tptValidate.js"
  }
}
