{
  "name": "@aethrekh/pisces-core",
  "version": "0.3.0-beta.0",
  "description": "Pisces Core — domain-agnostic learning engine for Pi Coding Agent",
  "keywords": [
    "learning",
    "teaching-assistant",
    "coding-agent",
    "pi",
    "pi-package"
  ],
  "author": "Ashish Bagdane <ashishbagdane1@gmail.com>",
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "directory": "dist",
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json && tsc --project tsconfig.scripts.json",
    "build:src": "tsc --project tsconfig.json",
    "build:scripts": "tsc --project tsconfig.scripts.json",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts scripts/**/*.ts",
    "format": "prettier --write src/**/*.ts scripts/**/*.ts",
    "typecheck": "tsc --project tsconfig.json --noEmit && tsc --project tsconfig.scripts.json --noEmit",
    "check": "pnpm run typecheck && pnpm run lint && pnpm run test:coverage",
    "validate": "ts-node --project tsconfig.scripts.json scripts/validate.ts",
    "pack": "ts-node --project tsconfig.scripts.json scripts/pack.ts",
    "cleanup": "ts-node --project tsconfig.scripts.json scripts/cleanup.ts",
    "preuninstall": "pnpm run cleanup",
    "prepublishOnly": "pnpm run pack",
    "release": "release-it"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@aethrekh/rubric-schema": "workspace:*"
  },
  "devDependencies": {
    "@aethrekh/rubric-schema": "workspace:*"
  },
  "pi": {
    "extensions": [
      "./src/extensions/workspace-gate.ts",
      "./src/attempt-capture.ts",
      "./src/extensions/integrity-guard.ts",
      "./src/extensions/progress-tracker.ts",
      "./src/extensions/input-revamp.ts"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AshishBagdane/pisces.git"
  },
  "bugs": {
    "url": "https://github.com/AshishBagdane/pisces/issues"
  },
  "homepage": "https://github.com/AshishBagdane/pisces#readme"
}
