-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9675802
commit 64ba943
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# adonix | ||
Official repository for HackIllinois API redesign. | ||
HackIllinois' backend API | ||
|
||
## Installation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"name": "adonix", | ||
"version": "6.3.3", | ||
"description": "Official repository for API redesign.", | ||
"description": "HackIllinois' backend API", | ||
"keywords": [], | ||
"author": "Aydan Pirani <[email protected]>", | ||
"license": "MIT", | ||
"main": "api/index.js", | ||
"type": "commonjs", | ||
"scripts": { | ||
|
@@ -19,9 +22,6 @@ | |
"start": "node --enable-source-maps out/index.js", | ||
"serve": "tsc-watch --onSuccess \"node --enable-source-maps out/index.js\"" | ||
}, | ||
"keywords": [], | ||
"author": "Aydan Pirani <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@asteasolutions/zod-to-openapi": "^7.1.1", | ||
"@aws-sdk/client-s3": "^3.496.0", | ||
|