Add MIT license to the project

- Create LICENSE file with MIT license text
- Update package.json with license field
- Copyright holder: Alejandro Gómez
This commit is contained in:
Claude
2025-12-22 20:40:16 +00:00
parent 363840b756
commit 389be2df8f
2 changed files with 22 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"private": true,
"version": "0.1.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",