{
  "name": "@smapiot/pilet-template-default",
  "version": "1.0.16",
  "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"
    }
  },
  "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": "git+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.16"
  },
  "gitHead": "6241747ac7619263aeeb7eaadd89f37bfc7379d6"
}
