start work migrating to bun

This commit is contained in:
waveringana 2023-09-22 03:53:04 -04:00
parent fbee7798ab
commit 89663c696f
10 changed files with 251 additions and 159 deletions

View file

@ -61,11 +61,14 @@
"@types/probe-image-size": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"bun-types": "^1.0.2",
"copyfiles": "^2.4.1",
"eslint": "^8.28.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3"
}
}
},
"module": "index.ts",
"type": "module"
}