{
  "name": "@berkayorhan/stackkit-core",
  "version": "0.2.2",
  "description": "Core project planning and lifecycle engine for Stackkit.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Berkay2002/stackkit.git",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/Berkay2002/stackkit#readme",
  "bugs": "https://github.com/Berkay2002/stackkit/issues",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./customizer": {
      "types": "./dist/customizer.d.ts",
      "default": "./dist/customizer.js"
    }
  },
  "dependencies": {
    "@berkayorhan/stackkit-schemas": "0.2.2",
    "@berkayorhan/stackkit-templates": "0.2.2"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  }
}