typescript lol

This commit is contained in:
2025-03-18 11:30:53 +01:00
parent 232fdef0d9
commit 6fad46fd95
7 changed files with 225 additions and 40 deletions

View File

@@ -1,22 +1,28 @@
{
"name": "flumm-fetch",
"version": "1.0.2",
"version": "2.0.0",
"description": "",
"main": "src/index.mjs",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"test": "node src/test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kein-Bot/flumm-fetch.git"
"url": "git+https://git.lat/keinBot/flumm-fetch.git"
},
"keywords": [
"fetch"
],
"author": "Flummi",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/kein-Bot/flumm-fetch/issues"
"url": "https://git.lat/keinBot/flumm-fetch/issues"
},
"homepage": "https://github.com/kein-Bot/flumm-fetch#readme"
"homepage": "https://git.lat/keinBot/flumm-fetch#readme",
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
}
}