{
  "name": "@smapiot/pilet-template-default",
  "version": "1.0.19",
  "description": "Official scaffolding template for pilets: 'default'.",
  "keywords": [
    "piral-cli",
    "pilet",
    "template",
    "scaffold",
    "boilerplate"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0",
    "piral": "1.x"
  },
  "templateOptions": {
    "title": {
      "description": "Defines the title for the sample page.",
      "default": "Title",
      "type": "string"
    },
    "agents": {
      "description": "Generate an AGENTS.md rules file for AI assistants.",
      "default": true,
      "type": "boolean"
    }
  },
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src",
    "templates"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/smapiot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral-templates.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral-templates/issues"
  },
  "scripts": {
    "build": "esbuild src/index.ts --bundle --outfile=./lib/index.js --platform=node",
    "check": "tsc --noEmit",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@smapiot/template-utils": "^1.0.19"
  },
  "gitHead": "9cd8d2edbd8fcac5d12181fe07cb92e70297153c"
}
