{
  "name": "@aikit/core",
  "version": "0.1.0",
  "description": "Shared types, config, logger, and constants",
  "private": true,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "vitest run"
  }
}
