typescript lol
This commit is contained in:
18
package.json
18
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user