24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "vless-api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"build": "pkg index.js --targets=node18-win-x64,node18-linux-x64 --output=dist/"
|
|
},
|
|
"author": "kubbo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"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"
|
|
}
|
|
}
|