You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Willow is a reactive web framework that enables JSX syntax, compiles to pure DOM nodes, supports custom elements, and omits a virtual DOM.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "npm run clear; npm run check && npm run build:file && npm run build:scripts && npm run build:types",