{
  "name": "flotiq-excel-migrator",
  "version": "1.1.1",
  "description": "Migrator of of Flotiq data to and from MS Excel",
  "type": "module",
  "main": "src/flotiq-xlsx-migrate.js",
  "private": false,
  "bin": {
    "flotiq-excel-migrator": "bin/flotiq-excel-migrator",
    "flotiq-wordpress-import": "bin/flotiq-excel-migrator"
  },
  "scripts": {
    "test": "vitest run"
  },
  "keywords": [
    "flotiq",
    "excel",
    "xlsx"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flotiq/flotiq-excel-migrator.git"
  },
  "homepage": "https://github.com/flotiq/flotiq-excel-migrator",
  "author": "Flotiq team <hello@flotiq.com>",
  "license": "MIT",
  "dependencies": {
    "@flotiq/api": "^1.0.0",
    "node-fetch": "2",
    "read-excel-file": "^9.0.9",
    "write-excel-file": "^1.4.13",
    "yargs": "^18.0.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "vitest": "^3.2.4"
  }
}
