UNPKG

@martel/tql-template

Version:

A project template for creating new tql applications

15 lines (14 loc) 289 B
{ "name": "@app/web", "version": "0.0.1", "description": "Awesome project developed with Hyperapp.", "dependencies": { "@hyperapp/html": "^1.2.3", "hyperapp": "^2.0.8" }, "scripts": { "start": "snowpack dev", "build": "snowpack build", "test": "jest" } }