{
  "name": "@agent-native/skills",
  "version": "0.2.707",
  "description": "Install BuilderIO skills for coding agents.",
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
  "bugs": {
    "url": "https://github.com/BuilderIO/agent-native/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/BuilderIO/agent-native",
    "directory": "packages/skills"
  },
  "bin": {
    "skills": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "@agent-native/core": "0.174.2"
  },
  "devDependencies": {
    "@types/node": "^25.9.2",
    "typescript-7": "npm:typescript@^7.0.2",
    "vitest": "^4.1.5"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest --run src --passWithNoTests"
  }
}