Modernize project

This commit is contained in:
2025-11-06 16:32:41 +01:00
parent d28d7896de
commit 501949828d
13 changed files with 55 additions and 30 deletions

View File

@@ -7,27 +7,23 @@
"gltf",
"wegbpu"
],
"homepage": "https://github.com/iszn11/oktaeder",
"bugs": {
"url": "https://github.com/iszn11/oktaeder/issues"
},
"homepage": "https://gitea.renati.me/renati/oktaeder",
"license": "MPL-2.0",
"browser": "./dist/oktaeder.js",
"repository": {
"type": "git",
"url": "https://github.com/iszn11/oktaeder.git"
"url": "https://gitea.renati.me/renati/oktaeder.git"
},
"scripts": {
"start:example": "esbuild example/script.ts --bundle --outfile=example/bundle.js --watch --servedir=example --format=esm --sourcemap",
"start:example": "bun run example/index.html",
"build": "tsc --build"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"devDependencies": {
"@webgpu/types": "^0.1.40",
"esbuild": "^0.20.2",
"typescript": "^5.4.2"
"@webgpu/types": "^0.1.66",
"typescript": "^5.9.3"
},
"exports": {
".": {