feat: using Bun instead of Node.js\!

This commit is contained in:
2026-01-22 20:18:06 +01:00
parent 01fb0aedf5
commit e34cfe5af1
10 changed files with 80 additions and 154 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "starter-template",
"name": "aemet",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"main": "src/main.ts",
"type": "module",
"scripts": {
"format": "prettier --write .",
"build": "tsc"
"format": "prettier --write ."
},
"dependencies": {
"fast-xml-parser": "^5.3.3",