{
  "name": "@smapiot/template-utils",
  "version": "1.0.19",
  "description": "The utility library for the official Piral templates.",
  "keywords": [
    "piral-cli",
    "utility",
    "template",
    "scaffold",
    "boilerplate"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0"
  },
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "src/index.ts",
  "files": [
    "lib",
    "src"
  ],
  "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": "tsc",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@types/ejs": "^2"
  },
  "dependencies": {
    "ejs": "^2"
  },
  "gitHead": "9cd8d2edbd8fcac5d12181fe07cb92e70297153c"
}
