{
  "name": "@leanspec/core",
  "version": "0.2.10",
  "description": "Core functionality for LeanSpec",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup && tsc --project tsconfig.build.json --emitDeclarationOnly",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "spec",
    "specification",
    "parser",
    "validation"
  ],
  "author": "Marvin Zhang",
  "license": "MIT",
  "files": [
    "dist/",
    "README.md"
  ],
  "dependencies": {
    "dayjs": "^1.11.19",
    "gray-matter": "^4.0.3",
    "js-yaml": "^4.1.0",
    "tiktoken": "^1.0.22",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vitest": "^4.0.6"
  },
  "engines": {
    "node": ">=20"
  }
}
