Skip to content

Commit

Permalink
[add] KToken contract, model & controller (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Dec 11, 2023
1 parent 9e88150 commit 87913b9
Show file tree
Hide file tree
Showing 10 changed files with 686 additions and 123 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kys-service",
"version": "0.6.7",
"version": "0.7.0",
"license": "AGPL-3.0",
"author": "[email protected]",
"description": "RESTful API service of KaiYuanShe",
Expand All @@ -15,10 +15,11 @@
"main": "dist/index.js",
"dependencies": {
"@azure/storage-blob": "^12.17.0",
"@koa/cors": "^4.0.0",
"@koa/cors": "^5.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"file-type": "^16.5.4",
"iterator-helpers-polyfill": "^2.3.3",
"jsonwebtoken": "^9.0.2",
Expand All @@ -30,13 +31,13 @@
"koa-router": "^12.0.1",
"koa2-swagger-ui": "^5.10.0",
"koagger": "^0.3.0",
"koajax": "^0.9.5",
"koajax": "^0.9.6",
"mobx": "^5.15.7",
"mobx-lark": "^1.0.0-rc.10",
"mobx-restful": "^0.6.12",
"pg": "^8.11.3",
"pg-connection-string": "^2.6.2",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.14",
"routing-controllers": "^0.10.4",
"routing-controllers-openapi": "^4.0.0",
"sqlite3": "^5.1.6",
Expand All @@ -50,13 +51,13 @@
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-logger": "^3.1.5",
"@types/koa-router": "^7.4.8",
"@types/node": "^18.18.12",
"@types/node": "^18.19.3",
"get-git-folder": "^0.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "~5.3.2"
"typescript": "~5.3.3"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 87913b9

Please sign in to comment.