UNPKG

@smapiot/pilet-template-default

Version:

Official scaffolding template for pilets: 'default'.

56 lines (55 loc) 1.27 kB
{ "name": "@smapiot/pilet-template-default", "version": "1.0.17", "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.17" }, "gitHead": "eb7210cf002ada02748dde32b715bc88cc85276c" }