Dateien nach "/" hochladen
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "flummpressts",
|
||||
"version": "2.0.0",
|
||||
"description": "",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node ./dist/index.js",
|
||||
"doc": "typedoc --out docs src"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Flummi",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.10",
|
||||
"typedoc": "^0.27.9",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user