{
  "name": "@standardagents/skill",
  "version": "0.40.11",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "description": "Markdown-authored coding skills for composing and building Standard Agents",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./skills/*": "./skills/*"
  },
  "files": [
    "dist",
    "skills",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest run"
  },
  "devDependencies": {
    "@types/node": "^22.18.13",
    "tsup": "^8.3.5",
    "typescript": "^5.9.0",
    "vitest": "^2.1.8"
  },
  "keywords": [
    "standardagents",
    "skill",
    "agentbuilder",
    "ai",
    "markdown"
  ],
  "author": "FormKit Inc.",
  "license": "UNLICENSED"
}
