19 lines
332 B
JSON
19 lines
332 B
JSON
|
|
{
|
||
|
|
"name": "vless-api",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "app.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node app.js"
|
||
|
|
},
|
||
|
|
"author": "kubbo",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"dotenv": "^16.4.7",
|
||
|
|
"jsonwebtoken": "^9.0.2",
|
||
|
|
"koa": "^2.15.4",
|
||
|
|
"koa-jwt": "^4.0.4",
|
||
|
|
"koa-router": "^13.0.1"
|
||
|
|
}
|
||
|
|
}
|