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