initial commit
All checks were successful
release-tag / release-image (push) Successful in 1m49s

This commit is contained in:
2024-10-15 03:50:35 +00:00
commit 44a0227ab1
12 changed files with 1793 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "archrepo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "ts-node index.ts",
"build": "npx tsc --build",
"clean": "npx tsc --build --clean"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/express": "^5.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"minio": "^8.0.1",
"typescript": "^5.6.3"
}
}