Files
crosslangextras/Templates/webapp/cross.json
Mike Nolan 0459b0a84e
All checks were successful
Build and Deploy on Tag / build-crosslang-shell-and-cpkg (push) Successful in 37s
Add the templates for npm
2026-05-10 20:52:26 -05:00

26 lines
643 B
JSON

{
"dependencies": [
],
"info": {
"template_ignored_files": [
"bin",
"obj"
],
"template_info": {
"type": "webapp",
"license": "MIT"
},
"short_name": "webapp",
"short_name_pretty": "Web Application",
"template_project_dependencies": [
],
"repo": "https://git.tesses.org/tesses50/crosslangextras",
"homepage": "https://crosslang.tesseslanguage.com/",
"type": "template",
"description": "A web app (for webview or eventual cloud OS)"
},
"name": "Tesses.CrossLang.Template.WebApp",
"version": "1.0.0.0-dev",
"$schema": "https://crosslang.tesseslanguage.com//schema/cross-json-schema.json"
}