{
  "dependencies": {
    "zod": "^3.23.0"
  },
  "description": "GESF Core - Types, schemas, and constants",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^6.0.0",
    "vitest": "^4.1.8"
  },
  "exports": {
    ".": {
      "default": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@greenarmor/ges-core",
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.6.8",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "test": "vitest run"
  }
}