first commit

This commit is contained in:
Enstrayed
2023-11-05 22:37:31 -08:00
commit f275bae2a7
7 changed files with 924 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"dependencies": {
"express": "^4.18.2",
"ioredis": "^5.3.2",
"random-key": "^0.3.2"
},
"name": "api",
"version": "1.0.0",
"description": "api.enstrayed.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/api.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/api/issues"
},
"homepage": "https://github.com/enstrayed/api#readme"
}