{
  "name": "@xhubio/nanook-table",
  "version": "3.0.0",
  "type": "module",
  "description": "Toolkit for test case and test data creation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xhubio/nanook-table.git"
  },
  "homepage": "https://github.com/xhubio/nanook-table#readme",
  "bugs": {
    "url": "https://github.com/xhubio/nanook-table/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "pnpm format && pnpm lint && pnpm build && vitest run --coverage",
    "lint": "eslint \"{src,tests}/**/*.ts\"",
    "format": "prettier --write \"{src,tests}/**/*.ts\"",
    "format:check": "prettier --check \"{src,tests}/**/*.ts\"",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "devDependencies": {
    "@eslint/eslintrc": "3.3.6",
    "@eslint/js": "10.0.1",
    "@semantic-release/changelog": "7.0.0",
    "@semantic-release/git": "11.0.1",
    "@types/clone": "2.1.4",
    "@types/node": "26.2.0",
    "@types/sprintf-js": "1.1.4",
    "@typescript-eslint/eslint-plugin": "8.67.0",
    "@typescript-eslint/parser": "8.67.0",
    "@vitest/coverage-v8": "4.1.10",
    "eslint": "10.8.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-tsdoc": "0.5.2",
    "globals": "17.11.0",
    "prettier": "3.9.6",
    "semantic-release": "25.0.9",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "dependencies": {
    "@faker-js/faker": "10.6.0",
    "clone": "2.1.2",
    "spreadsheet-column": "1.1.1",
    "sprintf-js": "1.1.3",
    "uuid": "14.0.1",
    "xlsx": "0.18.5"
  }
}
