first commit
This commit is contained in:
commit
103a69afe7
15 changed files with 1029 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "kanade-api",
|
||||
"version": "1.0.50",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "bun run --watch src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/openapi": "^1.4.14",
|
||||
"@elysiajs/swagger": "^1.3.1",
|
||||
"@imnyang/comcigan.ts": "^0.3.1",
|
||||
"elysia": "latest",
|
||||
"lmdb": "^3.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "latest"
|
||||
},
|
||||
"module": "src/index.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue