This commit is contained in:
2026-05-31 01:49:58 +08:00
parent a7e0ff2c1a
commit 8ad0e050d4
11 changed files with 2014 additions and 301 deletions

23
newKs/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "newks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@types/node": "^25.9.1",
"axios": "^1.16.1",
"express": "^5.2.1",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/express": "^5.0.6"
}
}