{
  "name": "@fjell/types",
  "description": "Core Types and Interfaces for Fjell",
  "version": "4.4.10",
  "keywords": [
    "types",
    "fjell",
    "interfaces"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./item": {
      "types": "./dist/item/index.d.ts",
      "import": "./dist/item/index.js",
      "default": "./dist/item/index.js"
    },
    "./key": {
      "types": "./dist/key/index.d.ts",
      "import": "./dist/key/index.js",
      "default": "./dist/key/index.js"
    },
    "./query": {
      "types": "./dist/query/index.d.ts",
      "import": "./dist/query/index.js",
      "default": "./dist/query/index.js"
    },
    "./operations": {
      "types": "./dist/operations/index.d.ts",
      "import": "./dist/operations/index.js",
      "default": "./dist/operations/index.js"
    },
    "./Coordinate": {
      "types": "./dist/Coordinate.d.ts",
      "import": "./dist/Coordinate.js",
      "default": "./dist/Coordinate.js"
    }
  },
  "type": "module",
  "scripts": {
    "lint": "eslint . --ext .ts --fix",
    "dev": "concurrently \"tsc --noEmit --watch\" \"node build.js --watch\"",
    "build": "npm run lint && node build.js",
    "clean": "rm -rf dist",
    "test": "npm run lint && vitest run --coverage",
    "precommit": "npm run clean && npm run lint && npm run build && npm run test",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.4",
    "@fjell/common-config": "^1.1.38",
    "@tsconfig/recommended": "^1.0.13",
    "@typescript-eslint/eslint-plugin": "^8.63.0",
    "@typescript-eslint/parser": "^8.63.0",
    "@vitest/coverage-v8": "4.1.10",
    "concurrently": "^9.2.3",
    "esbuild": "0.28.1",
    "eslint": "^9.39.4",
    "typescript": "^5.9.3",
    "vitest": "4.1.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fjellgrunn/types.git"
  }
}
