Initial commit.

This commit is contained in:
libroot 2025-08-06 16:58:36 +00:00
commit 0a9434be1b
18 changed files with 1860 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "NOJSCAP server",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "server.ts",
"scripts": {
"start": "npx tsx server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
}
}