@xeito/core
Version:
Core modules for Xeito | Framework for building web applications
26 lines (25 loc) • 494 B
JSON
{
"name": "@xeito/core",
"version": "0.3.5",
"description": "Core modules for Xeito | Framework for building web applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"author": "Samuel Bazaga",
"license": "MIT",
"keywords": [
"Xeito",
"Framework",
"Web",
"Typescript"
],
"dependencies": {
"uhtml": "^3.1.0"
}
}